Html Css Color HEX #CED320 Barberry

📋 copy color: '#CED320'

red 206 ◦ green 211 ◦ blue 32

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

Shades of Barberry #CED320

Tints of Barberry #CED320

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.99%

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

R = 45.88%
G = 46.99%
B = 7.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#CED320 (or 0xCED320) is known color: Barberry. HEX triplet: CE, D3 and 20. RGB value is (206,211,32). Sum of RGB (Red+Green+Blue) = 206+211+32=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #CED320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED320 is #312CDF. Grayscale: #BDBDBD. Windows color (decimal): -3222752 or 2151374. OLE color: 2151374.

HSL color Cylindrical-coordinate representation of color #CED320: hue angle of 61.68º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CED320 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 32 -
CMYK 0.02 0 0.85 0.17
HSL 61.68º 0.74% 0.48% -
HSV(B) 61.68º 0.85% 0.83% -
XYZ 49.01 59.81 10.33 -
YUV 189.1 39.34 140.05 -
System Red Green Blue C M Y K H S L
Decimal 206 211 32 0.02 0 0.85 0.17 61.68 0.74 0.48
Hex CE D3 20 2 0 55 11 3E 4A 30
Octal 316 323 40 2 0 125 21 76 112 60
Binary 11001110 11010011 100000 10 0 1010101 10001 111110 1001010 110000

Color Harmonies of #CED320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED320

Black with #CED320

Text Example


Text Example

White with #CED320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED320; }

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

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

background-color css

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

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

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

border-color css

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

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

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