Html Css Color HEX #CEB907 Bird Flower

📋 copy color: '#CEB907'

red 206 ◦ green 185 ◦ blue 7

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

Shades of Bird Flower #CEB907

Tints of Bird Flower #CEB907

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.48%

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

R = 51.76%
G = 46.48%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEB907 (or 0xCEB907) is known color: Bird Flower. HEX triplet: CE, B9 and 07. RGB value is (206,185,7). Sum of RGB (Red+Green+Blue) = 206+185+7=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB907 is #3146F8. Grayscale: #ABABAB. Windows color (decimal): -3229433 or 506318. OLE color: 506318.

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

Color convert

RGB 206 185 7 -
CMYK 0 0.10 0.97 0.19
HSL 53.67º 0.93% 0.42% -
HSV(B) 53.67º 0.97% 0.81% -
XYZ 42.84 47.84 7.18 -
YUV 170.99 35.46 152.97 -
System Red Green Blue C M Y K H S L
Decimal 206 185 7 0 0.10 0.97 0.19 53.67 0.93 0.42
Hex CE B9 7 0 A 61 13 36 5D 2A
Octal 316 271 7 0 12 141 23 66 135 52
Binary 11001110 10111001 111 0 1010 1100001 10011 110110 1011101 101010

Color Harmonies of #CEB907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB907

Black with #CEB907

Text Example


Text Example

White with #CEB907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB907; }

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

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

background-color css

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

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

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

border-color css

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

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

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