Html Css Color HEX #CCB10E Bird Flower

📋 copy color: '#CCB10E'

red 204 ◦ green 177 ◦ blue 14

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

Shades of Bird Flower #CCB10E

Tints of Bird Flower #CCB10E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.54%

R = 51.65%
G = 44.81%
B = 3.54%

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

#CCB10E (or 0xCCB10E) is known color: Bird Flower. HEX triplet: CC, B1 and 0E. RGB value is (204,177,14). Sum of RGB (Red+Green+Blue) = 204+177+14=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB10E is #334EF1. Grayscale: #A7A7A7. Windows color (decimal): -3362546 or 963020. OLE color: 963020.

HSL color Cylindrical-coordinate representation of color #CCB10E: hue angle of 51.47º degrees, saturation: 0.87, 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 #CCB10E is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 177 14 -
CMYK 0 0.13 0.93 0.2
HSL 51.47º 0.87% 0.43% -
HSV(B) 51.47º 0.93% 0.8% -
XYZ 40.7 44.31 6.82 -
YUV 166.49 41.95 154.75 -
System Red Green Blue C M Y K H S L
Decimal 204 177 14 0 0.13 0.93 0.2 51.47 0.87 0.43
Hex CC B1 E 0 D 5D 14 33 57 2B
Octal 314 261 16 0 15 135 24 63 127 53
Binary 11001100 10110001 1110 0 1101 1011101 10100 110011 1010111 101011

Color Harmonies of #CCB10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB10E

Black with #CCB10E

Text Example


Text Example

White with #CCB10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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