Html Css Color HEX #CCB504 Bird Flower

📋 copy color: '#CCB504'

red 204 ◦ green 181 ◦ blue 4

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

Shades of Bird Flower #CCB504

Tints of Bird Flower #CCB504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.53%

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 52.44%
G = 46.53%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCB504 (or 0xCCB504) is known color: Bird Flower. HEX triplet: CC, B5 and 04. RGB value is (204,181,4). Sum of RGB (Red+Green+Blue) = 204+181+4=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB504 is #334AFB. Grayscale: #A8A8A8. Windows color (decimal): -3361532 or 308684. OLE color: 308684.

HSL color Cylindrical-coordinate representation of color #CCB504: hue angle of 53.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCB504 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 4 -
CMYK 0 0.11 0.98 0.2
HSL 53.1º 0.96% 0.41% -
HSV(B) 53.1º 0.98% 0.8% -
XYZ 41.45 45.89 6.79 -
YUV 167.7 35.62 153.89 -
System Red Green Blue C M Y K H S L
Decimal 204 181 4 0 0.11 0.98 0.2 53.1 0.96 0.41
Hex CC B5 4 0 B 62 14 35 60 29
Octal 314 265 4 0 13 142 24 65 140 51
Binary 11001100 10110101 100 0 1011 1100010 10100 110101 1100000 101001

Color Harmonies of #CCB504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB504

Black with #CCB504

Text Example


Text Example

White with #CCB504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB504; }

 p { color: rgb(204,181,4); }

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

background-color css

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

 a { background-color: rgb(204,181,4); }

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

border-color css

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

 span { border-color: rgb(204,181,4); }

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