Html Css Color HEX #CEB702 Bird Flower

📋 copy color: '#CEB702'

red 206 ◦ green 183 ◦ blue 2

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

Shades of Bird Flower #CEB702

Tints of Bird Flower #CEB702

RGB

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

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

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

R = 52.69%
G = 46.8%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEB702 (or 0xCEB702) is known color: Bird Flower. HEX triplet: CE, B7 and 02. RGB value is (206,183,2). Sum of RGB (Red+Green+Blue) = 206+183+2=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB702 is #3148FD. Grayscale: #A9A9A9. Windows color (decimal): -3229950 or 178126. OLE color: 178126.

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

Color convert

RGB 206 183 2 -
CMYK 0 0.11 0.99 0.19
HSL 53.24º 0.98% 0.41% -
HSV(B) 53.24º 0.99% 0.81% -
XYZ 42.4 46.99 6.89 -
YUV 169.24 33.62 154.22 -
System Red Green Blue C M Y K H S L
Decimal 206 183 2 0 0.11 0.99 0.19 53.24 0.98 0.41
Hex CE B7 2 0 B 63 13 35 62 29
Octal 316 267 2 0 13 143 23 65 142 51
Binary 11001110 10110111 10 0 1011 1100011 10011 110101 1100010 101001

Color Harmonies of #CEB702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB702

Black with #CEB702

Text Example


Text Example

White with #CEB702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB702; }

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

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

background-color css

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

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

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

border-color css

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

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

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