Html Css Color HEX #CCBD20 Bird Flower

📋 copy color: '#CCBD20'

red 204 ◦ green 189 ◦ blue 32

#CCBD20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CCBD20

Tints of Bird Flower #CCBD20

RGB

 RED value IS 204 (80.08% from 255) = 48%

 GREEN value IS 189 (74.22% from 255) = 44.47%

 BLUE value IS 32 (12.89% from 255) = 7.53%

R = 48%
G = 44.47%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCBD20 (or 0xCCBD20) is known color: Bird Flower. HEX triplet: CC, BD and 20. RGB value is (204,189,32). Sum of RGB (Red+Green+Blue) = 204+189+32=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD20 is #3342DF. Grayscale: #B0B0B0. Windows color (decimal): -3359456 or 2145740. OLE color: 2145740.

HSL color Cylindrical-coordinate representation of color #CCBD20: hue angle of 54.77º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCBD20 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 189 32 -
CMYK 0 0.07 0.84 0.2
HSL 54.77º 0.73% 0.46% -
HSV(B) 54.77º 0.84% 0.8% -
XYZ 43.36 49.34 8.6 -
YUV 175.59 46.97 148.27 -
System Red Green Blue C M Y K H S L
Decimal 204 189 32 0 0.07 0.84 0.2 54.77 0.73 0.46
Hex CC BD 20 0 7 54 14 37 49 2E
Octal 314 275 40 0 7 124 24 67 111 56
Binary 11001100 10111101 100000 0 111 1010100 10100 110111 1001001 101110

Color Harmonies of #CCBD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD20

Black with #CCBD20

Text Example


Text Example

White with #CCBD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD20; }

 p { color: rgb(204,189,32); }

 H1.HeaderClassName
 {
   color: #CCBD20;
 }
 .AnyTagClassName
 {
   color: #CCBD20;
 }
</style>

background-color css

<style>
 a { background-color: #CCBD20; }

 a { background-color: rgb(204,189,32); }

 div.DivClassName
 {
   background-color: #CCBD20;
 }
 .BgClassName
 {
   background-color: #CCBD20;
 }
</style>

border-color css

<style>
 span { border-color: #CCBD20; }

 span { border-color: rgb(204,189,32); }

 td.TdClassName
 {
   border-color: #CCBD20;
 }
 .TagClassName
 {
   border-color: #CCBD20;
 }
</style>