Html Css Color HEX #C8AF08 Bird Flower

📋 copy color: '#C8AF08'

red 200 ◦ green 175 ◦ blue 8

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

Shades of Bird Flower #C8AF08

Tints of Bird Flower #C8AF08

RGB

 RED value IS 200 (78.52% from 255) = 52.22%

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

 BLUE value IS 8 (3.52% from 255) = 2.09%

R = 52.22%
G = 45.69%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C8AF08 (or 0xC8AF08) is known color: Bird Flower. HEX triplet: C8, AF and 08. RGB value is (200,175,8). Sum of RGB (Red+Green+Blue) = 200+175+8=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 8 (3.52% from 255 or 2.09% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AF08 is #3750F7. Grayscale: #A4A4A4. Windows color (decimal): -3625208 or 569288. OLE color: 569288.

HSL color Cylindrical-coordinate representation of color #C8AF08: hue angle of 52.19º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8AF08 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 175 8 -
CMYK 0 0.12 0.96 0.22
HSL 52.19º 0.92% 0.41% -
HSV(B) 52.19º 0.96% 0.78% -
XYZ 39.19 42.96 6.46 -
YUV 163.44 40.28 154.08 -
System Red Green Blue C M Y K H S L
Decimal 200 175 8 0 0.12 0.96 0.22 52.19 0.92 0.41
Hex C8 AF 8 0 C 60 16 34 5C 29
Octal 310 257 10 0 14 140 26 64 134 51
Binary 11001000 10101111 1000 0 1100 1100000 10110 110100 1011100 101001

Color Harmonies of #C8AF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF08

Black with #C8AF08

Text Example


Text Example

White with #C8AF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF08; }

 p { color: rgb(200,175,8); }

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

background-color css

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

 a { background-color: rgb(200,175,8); }

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

border-color css

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

 span { border-color: rgb(200,175,8); }

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