Html Css Color HEX #CCB824 Bird Flower

📋 copy color: '#CCB824'

red 204 ◦ green 184 ◦ blue 36

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

Shades of Bird Flower #CCB824

Tints of Bird Flower #CCB824

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.4%

 BLUE value IS 36 (14.45% from 255) = 8.49%

R = 48.11%
G = 43.4%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCB824 (or 0xCCB824) is known color: Bird Flower. HEX triplet: CC, B8 and 24. RGB value is (204,184,36). Sum of RGB (Red+Green+Blue) = 204+184+36=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB824 is #3347DB. Grayscale: #ADADAD. Windows color (decimal): -3360732 or 2406604. OLE color: 2406604.

HSL color Cylindrical-coordinate representation of color #CCB824: hue angle of 52.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCB824 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 36 -
CMYK 0 0.10 0.82 0.2
HSL 52.86º 0.7% 0.47% -
HSV(B) 52.86º 0.82% 0.8% -
XYZ 42.36 47.25 8.56 -
YUV 173.11 50.63 150.03 -
System Red Green Blue C M Y K H S L
Decimal 204 184 36 0 0.10 0.82 0.2 52.86 0.7 0.47
Hex CC B8 24 0 A 52 14 35 46 2F
Octal 314 270 44 0 12 122 24 65 106 57
Binary 11001100 10111000 100100 0 1010 1010010 10100 110101 1000110 101111

Color Harmonies of #CCB824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB824

Black with #CCB824

Text Example


Text Example

White with #CCB824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB824; }

 p { color: rgb(204,184,36); }

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

background-color css

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

 a { background-color: rgb(204,184,36); }

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

border-color css

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

 span { border-color: rgb(204,184,36); }

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