Html Css Color HEX #CEBA09 Bird Flower

📋 copy color: '#CEBA09'

red 206 ◦ green 186 ◦ blue 9

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

Shades of Bird Flower #CEBA09

Tints of Bird Flower #CEBA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.24%

R = 51.37%
G = 46.38%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEBA09 (or 0xCEBA09) is known color: Bird Flower. HEX triplet: CE, BA and 09. RGB value is (206,186,9). Sum of RGB (Red+Green+Blue) = 206+186+9=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 9 (3.91% from 255 or 2.24% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBA09 is #3145F6. Grayscale: #ACACAC. Windows color (decimal): -3229175 or 637646. OLE color: 637646.

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

Color convert

RGB 206 186 9 -
CMYK 0 0.10 0.96 0.19
HSL 53.91º 0.92% 0.42% -
HSV(B) 53.91º 0.96% 0.81% -
XYZ 43.06 48.26 7.3 -
YUV 171.8 36.13 152.39 -
System Red Green Blue C M Y K H S L
Decimal 206 186 9 0 0.10 0.96 0.19 53.91 0.92 0.42
Hex CE BA 9 0 A 60 13 36 5C 2A
Octal 316 272 11 0 12 140 23 66 134 52
Binary 11001110 10111010 1001 0 1010 1100000 10011 110110 1011100 101010

Color Harmonies of #CEBA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA09

Black with #CEBA09

Text Example


Text Example

White with #CEBA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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