Html Css Color HEX #CEBA0F Bird Flower

📋 copy color: '#CEBA0F'

red 206 ◦ green 186 ◦ blue 15

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

Shades of Bird Flower #CEBA0F

Tints of Bird Flower #CEBA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.69%

R = 50.61%
G = 45.7%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEBA0F (or 0xCEBA0F) is known color: Bird Flower. HEX triplet: CE, BA and 0F. RGB value is (206,186,15). Sum of RGB (Red+Green+Blue) = 206+186+15=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBA0F is #3145F0. Grayscale: #ADADAD. Windows color (decimal): -3229169 or 1030862. OLE color: 1030862.

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

Color convert

RGB 206 186 15 -
CMYK 0 0.10 0.93 0.19
HSL 53.72º 0.86% 0.43% -
HSV(B) 53.72º 0.93% 0.81% -
XYZ 43.1 48.27 7.5 -
YUV 172.49 39.13 151.9 -
System Red Green Blue C M Y K H S L
Decimal 206 186 15 0 0.10 0.93 0.19 53.72 0.86 0.43
Hex CE BA F 0 A 5D 13 36 56 2B
Octal 316 272 17 0 12 135 23 66 126 53
Binary 11001110 10111010 1111 0 1010 1011101 10011 110110 1010110 101011

Color Harmonies of #CEBA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA0F

Black with #CEBA0F

Text Example


Text Example

White with #CEBA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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