Html Css Color HEX #CCB818 Bird Flower

📋 copy color: '#CCB818'

red 204 ◦ green 184 ◦ blue 24

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

Shades of Bird Flower #CCB818

Tints of Bird Flower #CCB818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.83%

R = 49.51%
G = 44.66%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCB818 (or 0xCCB818) is known color: Bird Flower. HEX triplet: CC, B8 and 18. RGB value is (204,184,24). Sum of RGB (Red+Green+Blue) = 204+184+24=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB818 is #3347E7. Grayscale: #ACACAC. Windows color (decimal): -3360744 or 1620172. OLE color: 1620172.

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

Color convert

RGB 204 184 24 -
CMYK 0 0.10 0.88 0.2
HSL 53.33º 0.79% 0.45% -
HSV(B) 53.33º 0.88% 0.8% -
XYZ 42.21 47.18 7.75 -
YUV 171.74 44.63 151.01 -
System Red Green Blue C M Y K H S L
Decimal 204 184 24 0 0.10 0.88 0.2 53.33 0.79 0.45
Hex CC B8 18 0 A 58 14 35 4F 2D
Octal 314 270 30 0 12 130 24 65 117 55
Binary 11001100 10111000 11000 0 1010 1011000 10100 110101 1001111 101101

Color Harmonies of #CCB818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB818

Black with #CCB818

Text Example


Text Example

White with #CCB818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB818; }

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

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

background-color css

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

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

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

border-color css

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

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

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