Html Css Color HEX #CEBD02 Bird Flower

📋 copy color: '#CEBD02'

red 206 ◦ green 189 ◦ blue 2

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

Shades of Bird Flower #CEBD02

Tints of Bird Flower #CEBD02

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.61%

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

R = 51.89%
G = 47.61%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEBD02 (or 0xCEBD02) is known color: Bird Flower. HEX triplet: CE, BD and 02. RGB value is (206,189,2). Sum of RGB (Red+Green+Blue) = 206+189+2=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBD02 is #3142FD. Grayscale: #ADADAD. Windows color (decimal): -3228414 or 179662. OLE color: 179662.

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

Color convert

RGB 206 189 2 -
CMYK 0 0.08 0.99 0.19
HSL 55º 0.98% 0.41% -
HSV(B) 55º 0.99% 0.81% -
XYZ 43.66 49.52 7.31 -
YUV 172.77 31.63 151.71 -
System Red Green Blue C M Y K H S L
Decimal 206 189 2 0 0.08 0.99 0.19 55 0.98 0.41
Hex CE BD 2 0 8 63 13 37 62 29
Octal 316 275 2 0 10 143 23 67 142 51
Binary 11001110 10111101 10 0 1000 1100011 10011 110111 1100010 101001

Color Harmonies of #CEBD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD02

Black with #CEBD02

Text Example


Text Example

White with #CEBD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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