Html Css Color HEX #CCB005 Bird Flower

📋 copy color: '#CCB005'

red 204 ◦ green 176 ◦ blue 5

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

Shades of Bird Flower #CCB005

Tints of Bird Flower #CCB005

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.71%

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

R = 52.99%
G = 45.71%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCB005 (or 0xCCB005) is known color: Bird Flower. HEX triplet: CC, B0 and 05. RGB value is (204,176,5). Sum of RGB (Red+Green+Blue) = 204+176+5=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB005 is #334FFA. Grayscale: #A5A5A5. Windows color (decimal): -3362811 or 372940. OLE color: 372940.

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

Color convert

RGB 204 176 5 -
CMYK 0 0.14 0.98 0.2
HSL 51.56º 0.95% 0.41% -
HSV(B) 51.56º 0.98% 0.8% -
XYZ 40.45 43.9 6.48 -
YUV 164.88 37.78 155.9 -
System Red Green Blue C M Y K H S L
Decimal 204 176 5 0 0.14 0.98 0.2 51.56 0.95 0.41
Hex CC B0 5 0 E 62 14 34 5F 29
Octal 314 260 5 0 16 142 24 64 137 51
Binary 11001100 10110000 101 0 1110 1100010 10100 110100 1011111 101001

Color Harmonies of #CCB005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB005

Black with #CCB005

Text Example


Text Example

White with #CCB005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB005; }

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

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

background-color css

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

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

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

border-color css

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

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

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