Html Css Color HEX #CEAE0D Bird Flower

📋 copy color: '#CEAE0D'

red 206 ◦ green 174 ◦ blue 13

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

Shades of Bird Flower #CEAE0D

Tints of Bird Flower #CEAE0D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.27%

 BLUE value IS 13 (5.47% from 255) = 3.31%

R = 52.42%
G = 44.27%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEAE0D (or 0xCEAE0D) is known color: Bird Flower. HEX triplet: CE, AE and 0D. RGB value is (206,174,13). Sum of RGB (Red+Green+Blue) = 206+174+13=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAE0D is #3151F2. Grayscale: #A5A5A5. Windows color (decimal): -3232243 or 896718. OLE color: 896718.

HSL color Cylindrical-coordinate representation of color #CEAE0D: hue angle of 50.05º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEAE0D is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 174 13 -
CMYK 0 0.16 0.94 0.19
HSL 50.05º 0.88% 0.43% -
HSV(B) 50.05º 0.94% 0.81% -
XYZ 40.66 43.42 6.62 -
YUV 165.21 42.1 157.09 -
System Red Green Blue C M Y K H S L
Decimal 206 174 13 0 0.16 0.94 0.19 50.05 0.88 0.43
Hex CE AE D 0 10 5E 13 32 58 2B
Octal 316 256 15 0 20 136 23 62 130 53
Binary 11001110 10101110 1101 0 10000 1011110 10011 110010 1011000 101011

Color Harmonies of #CEAE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAE0D

Black with #CEAE0D

Text Example


Text Example

White with #CEAE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAE0D; }

 p { color: rgb(206,174,13); }

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

background-color css

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

 a { background-color: rgb(206,174,13); }

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

border-color css

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

 span { border-color: rgb(206,174,13); }

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