Html Css Color HEX #CEBA0C Bird Flower

📋 copy color: '#CEBA0C'

red 206 ◦ green 186 ◦ blue 12

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

Shades of Bird Flower #CEBA0C

Tints of Bird Flower #CEBA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.97%

R = 50.99%
G = 46.04%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEBA0C (or 0xCEBA0C) is known color: Bird Flower. HEX triplet: CE, BA and 0C. RGB value is (206,186,12). Sum of RGB (Red+Green+Blue) = 206+186+12=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBA0C is #3145F3. Grayscale: #ACACAC. Windows color (decimal): -3229172 or 834254. OLE color: 834254.

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

Color convert

RGB 206 186 12 -
CMYK 0 0.10 0.94 0.19
HSL 53.81º 0.89% 0.43% -
HSV(B) 53.81º 0.94% 0.81% -
XYZ 43.08 48.27 7.39 -
YUV 172.14 37.63 152.15 -
System Red Green Blue C M Y K H S L
Decimal 206 186 12 0 0.10 0.94 0.19 53.81 0.89 0.43
Hex CE BA C 0 A 5E 13 36 59 2B
Octal 316 272 14 0 12 136 23 66 131 53
Binary 11001110 10111010 1100 0 1010 1011110 10011 110110 1011001 101011

Color Harmonies of #CEBA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA0C

Black with #CEBA0C

Text Example


Text Example

White with #CEBA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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