Html Css Color HEX #C4AF0F Bird Flower

📋 copy color: '#C4AF0F'

red 196 ◦ green 175 ◦ blue 15

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

Shades of Bird Flower #C4AF0F

Tints of Bird Flower #C4AF0F

RGB

 RED value IS 196 (76.95% from 255) = 50.78%

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

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

R = 50.78%
G = 45.34%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4AF0F (or 0xC4AF0F) is known color: Bird Flower. HEX triplet: C4, AF and 0F. RGB value is (196,175,15). Sum of RGB (Red+Green+Blue) = 196+175+15=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AF0F is #3B50F0. Grayscale: #A3A3A3. Windows color (decimal): -3887345 or 1028036. OLE color: 1028036.

HSL color Cylindrical-coordinate representation of color #C4AF0F: hue angle of 53.04º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4AF0F is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 175 15 -
CMYK 0 0.11 0.92 0.23
HSL 53.04º 0.86% 0.41% -
HSV(B) 53.04º 0.92% 0.77% -
XYZ 38.18 42.43 6.63 -
YUV 163.04 44.46 151.51 -
System Red Green Blue C M Y K H S L
Decimal 196 175 15 0 0.11 0.92 0.23 53.04 0.86 0.41
Hex C4 AF F 0 B 5C 17 35 56 29
Octal 304 257 17 0 13 134 27 65 126 51
Binary 11000100 10101111 1111 0 1011 1011100 10111 110101 1010110 101001

Color Harmonies of #C4AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF0F

Black with #C4AF0F

Text Example


Text Example

White with #C4AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF0F; }

 p { color: rgb(196,175,15); }

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

background-color css

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

 a { background-color: rgb(196,175,15); }

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

border-color css

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

 span { border-color: rgb(196,175,15); }

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