Html Css Color HEX #CEB602 Bird Flower

📋 copy color: '#CEB602'

red 206 ◦ green 182 ◦ blue 2

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

Shades of Bird Flower #CEB602

Tints of Bird Flower #CEB602

RGB

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

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

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

R = 52.82%
G = 46.67%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEB602 (or 0xCEB602) is known color: Bird Flower. HEX triplet: CE, B6 and 02. RGB value is (206,182,2). Sum of RGB (Red+Green+Blue) = 206+182+2=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB602 is #3149FD. Grayscale: #A9A9A9. Windows color (decimal): -3230206 or 177870. OLE color: 177870.

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

Color convert

RGB 206 182 2 -
CMYK 0 0.12 0.99 0.19
HSL 52.94º 0.98% 0.41% -
HSV(B) 52.94º 0.99% 0.81% -
XYZ 42.19 46.58 6.82 -
YUV 168.66 33.95 154.64 -
System Red Green Blue C M Y K H S L
Decimal 206 182 2 0 0.12 0.99 0.19 52.94 0.98 0.41
Hex CE B6 2 0 C 63 13 35 62 29
Octal 316 266 2 0 14 143 23 65 142 51
Binary 11001110 10110110 10 0 1100 1100011 10011 110101 1100010 101001

Color Harmonies of #CEB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB602

Black with #CEB602

Text Example


Text Example

White with #CEB602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB602; }

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

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

background-color css

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

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

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

border-color css

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

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

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