Html Css Color HEX #CEB420 Bird Flower

📋 copy color: '#CEB420'

red 206 ◦ green 180 ◦ blue 32

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

Shades of Bird Flower #CEB420

Tints of Bird Flower #CEB420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.06%

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

R = 49.28%
G = 43.06%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEB420 (or 0xCEB420) is known color: Bird Flower. HEX triplet: CE, B4 and 20. RGB value is (206,180,32). Sum of RGB (Red+Green+Blue) = 206+180+32=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB420 is #314BDF. Grayscale: #ABABAB. Windows color (decimal): -3230688 or 2143438. OLE color: 2143438.

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

Color convert

RGB 206 180 32 -
CMYK 0 0.13 0.84 0.19
HSL 51.03º 0.73% 0.47% -
HSV(B) 51.03º 0.84% 0.81% -
XYZ 42.04 45.87 8 -
YUV 170.9 49.61 153.03 -
System Red Green Blue C M Y K H S L
Decimal 206 180 32 0 0.13 0.84 0.19 51.03 0.73 0.47
Hex CE B4 20 0 D 54 13 33 49 2F
Octal 316 264 40 0 15 124 23 63 111 57
Binary 11001110 10110100 100000 0 1101 1010100 10011 110011 1001001 101111

Color Harmonies of #CEB420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB420

Black with #CEB420

Text Example


Text Example

White with #CEB420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB420; }

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

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

background-color css

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

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

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

border-color css

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

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

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