Html Css Color HEX #CCAC0E Bird Flower

📋 copy color: '#CCAC0E'

red 204 ◦ green 172 ◦ blue 14

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

Shades of Bird Flower #CCAC0E

Tints of Bird Flower #CCAC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.1%

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

R = 52.31%
G = 44.1%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCAC0E (or 0xCCAC0E) is known color: Bird Flower. HEX triplet: CC, AC and 0E. RGB value is (204,172,14). Sum of RGB (Red+Green+Blue) = 204+172+14=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC0E is #3353F1. Grayscale: #A4A4A4. Windows color (decimal): -3363826 or 961740. OLE color: 961740.

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

Color convert

RGB 204 172 14 -
CMYK 0 0.16 0.93 0.2
HSL 49.89º 0.87% 0.43% -
HSV(B) 49.89º 0.93% 0.8% -
XYZ 39.73 42.37 6.5 -
YUV 163.56 43.6 156.85 -
System Red Green Blue C M Y K H S L
Decimal 204 172 14 0 0.16 0.93 0.2 49.89 0.87 0.43
Hex CC AC E 0 10 5D 14 32 57 2B
Octal 314 254 16 0 20 135 24 62 127 53
Binary 11001100 10101100 1110 0 10000 1011101 10100 110010 1010111 101011

Color Harmonies of #CCAC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC0E

Black with #CCAC0E

Text Example


Text Example

White with #CCAC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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