Html Css Color HEX #CEAF13 Bird Flower

📋 copy color: '#CEAF13'

red 206 ◦ green 175 ◦ blue 19

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

Shades of Bird Flower #CEAF13

Tints of Bird Flower #CEAF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.75%

R = 51.5%
G = 43.75%
B = 4.75%

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

#CEAF13 (or 0xCEAF13) is known color: Bird Flower. HEX triplet: CE, AF and 13. RGB value is (206,175,19). Sum of RGB (Red+Green+Blue) = 206+175+19=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF13 is #3150EC. Grayscale: #A7A7A7. Windows color (decimal): -3231981 or 1290190. OLE color: 1290190.

HSL color Cylindrical-coordinate representation of color #CEAF13: hue angle of 50.05º degrees, saturation: 0.83, 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 #CEAF13 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 19 -
CMYK 0 0.15 0.91 0.19
HSL 50.05º 0.83% 0.44% -
HSV(B) 50.05º 0.91% 0.81% -
XYZ 40.9 43.83 6.92 -
YUV 166.49 44.77 156.18 -
System Red Green Blue C M Y K H S L
Decimal 206 175 19 0 0.15 0.91 0.19 50.05 0.83 0.44
Hex CE AF 13 0 F 5B 13 32 53 2C
Octal 316 257 23 0 17 133 23 62 123 54
Binary 11001110 10101111 10011 0 1111 1011011 10011 110010 1010011 101100

Color Harmonies of #CEAF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF13

Black with #CEAF13

Text Example


Text Example

White with #CEAF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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