Html Css Color HEX #CCB108 Bird Flower

📋 copy color: '#CCB108'

red 204 ◦ green 177 ◦ blue 8

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

Shades of Bird Flower #CCB108

Tints of Bird Flower #CCB108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.06%

R = 52.44%
G = 45.5%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCB108 (or 0xCCB108) is known color: Bird Flower. HEX triplet: CC, B1 and 08. RGB value is (204,177,8). Sum of RGB (Red+Green+Blue) = 204+177+8=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB108 is #334EF7. Grayscale: #A6A6A6. Windows color (decimal): -3362552 or 569804. OLE color: 569804.

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

Color convert

RGB 204 177 8 -
CMYK 0 0.13 0.96 0.2
HSL 51.73º 0.92% 0.42% -
HSV(B) 51.73º 0.96% 0.8% -
XYZ 40.67 44.3 6.64 -
YUV 165.81 38.95 155.24 -
System Red Green Blue C M Y K H S L
Decimal 204 177 8 0 0.13 0.96 0.2 51.73 0.92 0.42
Hex CC B1 8 0 D 60 14 34 5C 2A
Octal 314 261 10 0 15 140 24 64 134 52
Binary 11001100 10110001 1000 0 1101 1100000 10100 110100 1011100 101010

Color Harmonies of #CCB108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB108

Black with #CCB108

Text Example


Text Example

White with #CCB108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB108; }

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

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

background-color css

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

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

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

border-color css

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

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

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