Html Css Color HEX #CEB709 Bird Flower

📋 copy color: '#CEB709'

red 206 ◦ green 183 ◦ blue 9

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

Shades of Bird Flower #CEB709

Tints of Bird Flower #CEB709

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.98%

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

R = 51.76%
G = 45.98%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CEB709 (or 0xCEB709) is known color: Bird Flower. HEX triplet: CE, B7 and 09. RGB value is (206,183,9). Sum of RGB (Red+Green+Blue) = 206+183+9=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB709 is #3148F6. Grayscale: #AAAAAA. Windows color (decimal): -3229943 or 636878. OLE color: 636878.

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

Color convert

RGB 206 183 9 -
CMYK 0 0.11 0.96 0.19
HSL 52.99º 0.92% 0.42% -
HSV(B) 52.99º 0.96% 0.81% -
XYZ 42.44 47.01 7.1 -
YUV 170.04 37.12 153.65 -
System Red Green Blue C M Y K H S L
Decimal 206 183 9 0 0.11 0.96 0.19 52.99 0.92 0.42
Hex CE B7 9 0 B 60 13 35 5C 2A
Octal 316 267 11 0 13 140 23 65 134 52
Binary 11001110 10110111 1001 0 1011 1100000 10011 110101 1011100 101010

Color Harmonies of #CEB709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB709

Black with #CEB709

Text Example


Text Example

White with #CEB709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB709; }

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

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

background-color css

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

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

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

border-color css

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

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

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