Html Css Color HEX #CEBD20 Bird Flower

📋 copy color: '#CEBD20'

red 206 ◦ green 189 ◦ blue 32

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

Shades of Bird Flower #CEBD20

Tints of Bird Flower #CEBD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.49%

R = 48.24%
G = 44.26%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEBD20 (or 0xCEBD20) is known color: Bird Flower. HEX triplet: CE, BD and 20. RGB value is (206,189,32). Sum of RGB (Red+Green+Blue) = 206+189+32=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD20 is #3142DF. Grayscale: #B0B0B0. Windows color (decimal): -3228384 or 2145742. OLE color: 2145742.

HSL color Cylindrical-coordinate representation of color #CEBD20: hue angle of 54.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEBD20 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 189 32 -
CMYK 0 0.08 0.84 0.19
HSL 54.14º 0.73% 0.47% -
HSV(B) 54.14º 0.84% 0.81% -
XYZ 43.91 49.62 8.63 -
YUV 176.19 46.63 149.27 -
System Red Green Blue C M Y K H S L
Decimal 206 189 32 0 0.08 0.84 0.19 54.14 0.73 0.47
Hex CE BD 20 0 8 54 13 36 49 2F
Octal 316 275 40 0 10 124 23 66 111 57
Binary 11001110 10111101 100000 0 1000 1010100 10011 110110 1001001 101111

Color Harmonies of #CEBD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD20

Black with #CEBD20

Text Example


Text Example

White with #CEBD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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