Html Css Color HEX #CCB10F Bird Flower

📋 copy color: '#CCB10F'

red 204 ◦ green 177 ◦ blue 15

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

Shades of Bird Flower #CCB10F

Tints of Bird Flower #CCB10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 51.52%
G = 44.7%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCB10F (or 0xCCB10F) is known color: Bird Flower. HEX triplet: CC, B1 and 0F. RGB value is (204,177,15). Sum of RGB (Red+Green+Blue) = 204+177+15=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB10F is #334EF0. Grayscale: #A7A7A7. Windows color (decimal): -3362545 or 1028556. OLE color: 1028556.

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

Color convert

RGB 204 177 15 -
CMYK 0 0.13 0.93 0.2
HSL 51.43º 0.86% 0.43% -
HSV(B) 51.43º 0.93% 0.8% -
XYZ 40.71 44.32 6.86 -
YUV 166.61 42.45 154.67 -
System Red Green Blue C M Y K H S L
Decimal 204 177 15 0 0.13 0.93 0.2 51.43 0.86 0.43
Hex CC B1 F 0 D 5D 14 33 56 2B
Octal 314 261 17 0 15 135 24 63 126 53
Binary 11001100 10110001 1111 0 1101 1011101 10100 110011 1010110 101011

Color Harmonies of #CCB10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB10F

Black with #CCB10F

Text Example


Text Example

White with #CCB10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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