Html Css Color HEX #CCB620 Bird Flower

📋 copy color: '#CCB620'

red 204 ◦ green 182 ◦ blue 32

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

Shades of Bird Flower #CCB620

Tints of Bird Flower #CCB620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.54%

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

R = 48.8%
G = 43.54%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCB620 (or 0xCCB620) is known color: Bird Flower. HEX triplet: CC, B6 and 20. RGB value is (204,182,32). Sum of RGB (Red+Green+Blue) = 204+182+32=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB620 is #3349DF. Grayscale: #ACACAC. Windows color (decimal): -3361248 or 2143948. OLE color: 2143948.

HSL color Cylindrical-coordinate representation of color #CCB620: hue angle of 52.33º 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 #CCB620 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 32 -
CMYK 0 0.11 0.84 0.2
HSL 52.33º 0.73% 0.46% -
HSV(B) 52.33º 0.84% 0.8% -
XYZ 41.89 46.4 8.11 -
YUV 171.48 49.29 151.2 -
System Red Green Blue C M Y K H S L
Decimal 204 182 32 0 0.11 0.84 0.2 52.33 0.73 0.46
Hex CC B6 20 0 B 54 14 34 49 2E
Octal 314 266 40 0 13 124 24 64 111 56
Binary 11001100 10110110 100000 0 1011 1010100 10100 110100 1001001 101110

Color Harmonies of #CCB620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB620

Black with #CCB620

Text Example


Text Example

White with #CCB620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB620; }

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

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

background-color css

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

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

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

border-color css

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

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

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