Html Css Color HEX #CCB505 Bird Flower

📋 copy color: '#CCB505'

red 204 ◦ green 181 ◦ blue 5

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

Shades of Bird Flower #CCB505

Tints of Bird Flower #CCB505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 52.31%
G = 46.41%
B = 1.28%

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

#CCB505 (or 0xCCB505) is known color: Bird Flower. HEX triplet: CC, B5 and 05. RGB value is (204,181,5). Sum of RGB (Red+Green+Blue) = 204+181+5=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB505 is #334AFA. Grayscale: #A8A8A8. Windows color (decimal): -3361531 or 374220. OLE color: 374220.

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

Color convert

RGB 204 181 5 -
CMYK 0 0.11 0.98 0.2
HSL 53.07º 0.95% 0.41% -
HSV(B) 53.07º 0.98% 0.8% -
XYZ 41.45 45.9 6.82 -
YUV 167.81 36.12 153.81 -
System Red Green Blue C M Y K H S L
Decimal 204 181 5 0 0.11 0.98 0.2 53.07 0.95 0.41
Hex CC B5 5 0 B 62 14 35 5F 29
Octal 314 265 5 0 13 142 24 65 137 51
Binary 11001100 10110101 101 0 1011 1100010 10100 110101 1011111 101001

Color Harmonies of #CCB505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB505

Black with #CCB505

Text Example


Text Example

White with #CCB505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB505; }

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

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

background-color css

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

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

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

border-color css

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

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

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