Html Css Color HEX #CEB902 Bird Flower

📋 copy color: '#CEB902'

red 206 ◦ green 185 ◦ blue 2

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

Shades of Bird Flower #CEB902

Tints of Bird Flower #CEB902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 52.42%
G = 47.07%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEB902 (or 0xCEB902) is known color: Bird Flower. HEX triplet: CE, B9 and 02. RGB value is (206,185,2). Sum of RGB (Red+Green+Blue) = 206+185+2=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB902 is #3146FD. Grayscale: #ABABAB. Windows color (decimal): -3229438 or 178638. OLE color: 178638.

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

Color convert

RGB 206 185 2 -
CMYK 0 0.10 0.99 0.19
HSL 53.82º 0.98% 0.41% -
HSV(B) 53.82º 0.99% 0.81% -
XYZ 42.81 47.82 7.03 -
YUV 170.42 32.96 153.38 -
System Red Green Blue C M Y K H S L
Decimal 206 185 2 0 0.10 0.99 0.19 53.82 0.98 0.41
Hex CE B9 2 0 A 63 13 36 62 29
Octal 316 271 2 0 12 143 23 66 142 51
Binary 11001110 10111001 10 0 1010 1100011 10011 110110 1100010 101001

Color Harmonies of #CEB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB902

Black with #CEB902

Text Example


Text Example

White with #CEB902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB902; }

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

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

background-color css

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

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

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

border-color css

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

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

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