Html Css Color HEX #CEBA12 Bird Flower

📋 copy color: '#CEBA12'

red 206 ◦ green 186 ◦ blue 18

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

Shades of Bird Flower #CEBA12

Tints of Bird Flower #CEBA12

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.37%

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

R = 50.24%
G = 45.37%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEBA12 (or 0xCEBA12) is known color: Bird Flower. HEX triplet: CE, BA and 12. RGB value is (206,186,18). Sum of RGB (Red+Green+Blue) = 206+186+18=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBA12 is #3145ED. Grayscale: #ADADAD. Windows color (decimal): -3229166 or 1227470. OLE color: 1227470.

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

Color convert

RGB 206 186 18 -
CMYK 0 0.10 0.91 0.19
HSL 53.62º 0.84% 0.44% -
HSV(B) 53.62º 0.91% 0.81% -
XYZ 43.12 48.28 7.62 -
YUV 172.83 40.63 151.66 -
System Red Green Blue C M Y K H S L
Decimal 206 186 18 0 0.10 0.91 0.19 53.62 0.84 0.44
Hex CE BA 12 0 A 5B 13 36 54 2C
Octal 316 272 22 0 12 133 23 66 124 54
Binary 11001110 10111010 10010 0 1010 1011011 10011 110110 1010100 101100

Color Harmonies of #CEBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA12

Black with #CEBA12

Text Example


Text Example

White with #CEBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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