Html Css Color HEX #CCB106 Bird Flower

📋 copy color: '#CCB106'

red 204 ◦ green 177 ◦ blue 6

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

Shades of Bird Flower #CCB106

Tints of Bird Flower #CCB106

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.74%

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 52.71%
G = 45.74%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCB106 (or 0xCCB106) is known color: Bird Flower. HEX triplet: CC, B1 and 06. RGB value is (204,177,6). Sum of RGB (Red+Green+Blue) = 204+177+6=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB106 is #334EF9. Grayscale: #A6A6A6. Windows color (decimal): -3362554 or 438732. OLE color: 438732.

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

Color convert

RGB 204 177 6 -
CMYK 0 0.13 0.97 0.2
HSL 51.82º 0.94% 0.41% -
HSV(B) 51.82º 0.97% 0.8% -
XYZ 40.66 44.29 6.58 -
YUV 165.58 37.95 155.4 -
System Red Green Blue C M Y K H S L
Decimal 204 177 6 0 0.13 0.97 0.2 51.82 0.94 0.41
Hex CC B1 6 0 D 61 14 34 5E 29
Octal 314 261 6 0 15 141 24 64 136 51
Binary 11001100 10110001 110 0 1101 1100001 10100 110100 1011110 101001

Color Harmonies of #CCB106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB106

Black with #CCB106

Text Example


Text Example

White with #CCB106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB106; }

 p { color: rgb(204,177,6); }

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

background-color css

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

 a { background-color: rgb(204,177,6); }

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

border-color css

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

 span { border-color: rgb(204,177,6); }

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