Html Css Color HEX #CCAF0E Bird Flower

📋 copy color: '#CCAF0E'

red 204 ◦ green 175 ◦ blue 14

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

Shades of Bird Flower #CCAF0E

Tints of Bird Flower #CCAF0E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.53%

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

R = 51.91%
G = 44.53%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCAF0E (or 0xCCAF0E) is known color: Bird Flower. HEX triplet: CC, AF and 0E. RGB value is (204,175,14). Sum of RGB (Red+Green+Blue) = 204+175+14=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAF0E is #3350F1. Grayscale: #A5A5A5. Windows color (decimal): -3363058 or 962508. OLE color: 962508.

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

Color convert

RGB 204 175 14 -
CMYK 0 0.14 0.93 0.2
HSL 50.84º 0.87% 0.43% -
HSV(B) 50.84º 0.93% 0.8% -
XYZ 40.31 43.53 6.69 -
YUV 165.32 42.61 155.59 -
System Red Green Blue C M Y K H S L
Decimal 204 175 14 0 0.14 0.93 0.2 50.84 0.87 0.43
Hex CC AF E 0 E 5D 14 33 57 2B
Octal 314 257 16 0 16 135 24 63 127 53
Binary 11001100 10101111 1110 0 1110 1011101 10100 110011 1010111 101011

Color Harmonies of #CCAF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF0E

Black with #CCAF0E

Text Example


Text Example

White with #CCAF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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