Html Css Color HEX #CEAF12 Bird Flower

📋 copy color: '#CEAF12'

red 206 ◦ green 175 ◦ blue 18

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

Shades of Bird Flower #CEAF12

Tints of Bird Flower #CEAF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.51%

R = 51.63%
G = 43.86%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEAF12 (or 0xCEAF12) is known color: Bird Flower. HEX triplet: CE, AF and 12. RGB value is (206,175,18). Sum of RGB (Red+Green+Blue) = 206+175+18=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF12 is #3150ED. Grayscale: #A7A7A7. Windows color (decimal): -3231982 or 1224654. OLE color: 1224654.

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

Color convert

RGB 206 175 18 -
CMYK 0 0.15 0.91 0.19
HSL 50.11º 0.84% 0.44% -
HSV(B) 50.11º 0.91% 0.81% -
XYZ 40.89 43.83 6.88 -
YUV 166.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 206 175 18 0 0.15 0.91 0.19 50.11 0.84 0.44
Hex CE AF 12 0 F 5B 13 32 54 2C
Octal 316 257 22 0 17 133 23 62 124 54
Binary 11001110 10101111 10010 0 1111 1011011 10011 110010 1010100 101100

Color Harmonies of #CEAF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF12

Black with #CEAF12

Text Example


Text Example

White with #CEAF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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