Html Css Color HEX #CEAF07 Bird Flower

📋 copy color: '#CEAF07'

red 206 ◦ green 175 ◦ blue 7

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

Shades of Bird Flower #CEAF07

Tints of Bird Flower #CEAF07

RGB

 RED value IS 206 (80.86% from 255) = 53.09%

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

 BLUE value IS 7 (3.13% from 255) = 1.8%

R = 53.09%
G = 45.1%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEAF07 (or 0xCEAF07) is known color: Bird Flower. HEX triplet: CE, AF and 07. RGB value is (206,175,7). Sum of RGB (Red+Green+Blue) = 206+175+7=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF07 is #3150F8. Grayscale: #A5A5A5. Windows color (decimal): -3231993 or 503758. OLE color: 503758.

HSL color Cylindrical-coordinate representation of color #CEAF07: hue angle of 50.65º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEAF07 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 7 -
CMYK 0 0.15 0.97 0.19
HSL 50.65º 0.93% 0.42% -
HSV(B) 50.65º 0.97% 0.81% -
XYZ 40.82 43.8 6.5 -
YUV 165.12 38.77 157.16 -
System Red Green Blue C M Y K H S L
Decimal 206 175 7 0 0.15 0.97 0.19 50.65 0.93 0.42
Hex CE AF 7 0 F 61 13 33 5D 2A
Octal 316 257 7 0 17 141 23 63 135 52
Binary 11001110 10101111 111 0 1111 1100001 10011 110011 1011101 101010

Color Harmonies of #CEAF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF07

Black with #CEAF07

Text Example


Text Example

White with #CEAF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF07; }

 p { color: rgb(206,175,7); }

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

background-color css

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

 a { background-color: rgb(206,175,7); }

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

border-color css

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

 span { border-color: rgb(206,175,7); }

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