Html Css Color HEX #CEB007 Bird Flower

📋 copy color: '#CEB007'

red 206 ◦ green 176 ◦ blue 7

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

Shades of Bird Flower #CEB007

Tints of Bird Flower #CEB007

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.24%

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

R = 52.96%
G = 45.24%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEB007 (or 0xCEB007) is known color: Bird Flower. HEX triplet: CE, B0 and 07. RGB value is (206,176,7). Sum of RGB (Red+Green+Blue) = 206+176+7=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB007 is #314FF8. Grayscale: #A6A6A6. Windows color (decimal): -3231737 or 504014. OLE color: 504014.

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

Color convert

RGB 206 176 7 -
CMYK 0 0.15 0.97 0.19
HSL 50.95º 0.93% 0.42% -
HSV(B) 50.95º 0.97% 0.81% -
XYZ 41.02 44.19 6.57 -
YUV 165.7 38.44 156.74 -
System Red Green Blue C M Y K H S L
Decimal 206 176 7 0 0.15 0.97 0.19 50.95 0.93 0.42
Hex CE B0 7 0 F 61 13 33 5D 2A
Octal 316 260 7 0 17 141 23 63 135 52
Binary 11001110 10110000 111 0 1111 1100001 10011 110011 1011101 101010

Color Harmonies of #CEB007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB007

Black with #CEB007

Text Example


Text Example

White with #CEB007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB007; }

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

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

background-color css

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

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

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

border-color css

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

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

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