Html Css Color HEX #CEB607 Bird Flower

📋 copy color: '#CEB607'

red 206 ◦ green 182 ◦ blue 7

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

Shades of Bird Flower #CEB607

Tints of Bird Flower #CEB607

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.08%

 BLUE value IS 7 (3.13% from 255) = 1.77%

R = 52.15%
G = 46.08%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEB607 (or 0xCEB607) is known color: Bird Flower. HEX triplet: CE, B6 and 07. RGB value is (206,182,7). Sum of RGB (Red+Green+Blue) = 206+182+7=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB607 is #3149F8. Grayscale: #A9A9A9. Windows color (decimal): -3230201 or 505550. OLE color: 505550.

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

Color convert

RGB 206 182 7 -
CMYK 0 0.12 0.97 0.19
HSL 52.76º 0.93% 0.42% -
HSV(B) 52.76º 0.97% 0.81% -
XYZ 42.22 46.59 6.97 -
YUV 169.23 36.45 154.23 -
System Red Green Blue C M Y K H S L
Decimal 206 182 7 0 0.12 0.97 0.19 52.76 0.93 0.42
Hex CE B6 7 0 C 61 13 35 5D 2A
Octal 316 266 7 0 14 141 23 65 135 52
Binary 11001110 10110110 111 0 1100 1100001 10011 110101 1011101 101010

Color Harmonies of #CEB607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB607

Black with #CEB607

Text Example


Text Example

White with #CEB607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB607; }

 p { color: rgb(206,182,7); }

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

background-color css

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

 a { background-color: rgb(206,182,7); }

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

border-color css

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

 span { border-color: rgb(206,182,7); }

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