Html Css Color HEX #CED217 Barberry

📋 copy color: '#CED217'

red 206 ◦ green 210 ◦ blue 23

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

Shades of Barberry #CED217

Tints of Barberry #CED217

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.84%

 BLUE value IS 23 (9.38% from 255) = 5.24%

R = 46.92%
G = 47.84%
B = 5.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#CED217 (or 0xCED217) is known color: Barberry. HEX triplet: CE, D2 and 17. RGB value is (206,210,23). Sum of RGB (Red+Green+Blue) = 206+210+23=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 23 (9.38% from 255 or 5.24% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #CED217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED217 is #312DE8. Grayscale: #BCBCBC. Windows color (decimal): -3223017 or 1561294. OLE color: 1561294.

HSL color Cylindrical-coordinate representation of color #CED217: hue angle of 61.28º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CED217 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 210 23 -
CMYK 0.02 0 0.89 0.18
HSL 61.28º 0.8% 0.46% -
HSV(B) 61.28º 0.89% 0.82% -
XYZ 48.65 59.28 9.69 -
YUV 187.49 35.17 141.21 -
System Red Green Blue C M Y K H S L
Decimal 206 210 23 0.02 0 0.89 0.18 61.28 0.8 0.46
Hex CE D2 17 2 0 59 12 3D 50 2E
Octal 316 322 27 2 0 131 22 75 120 56
Binary 11001110 11010010 10111 10 0 1011001 10010 111101 1010000 101110

Color Harmonies of #CED217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED217

Black with #CED217

Text Example


Text Example

White with #CED217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED217; }

 p { color: rgb(206,210,23); }

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

background-color css

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

 a { background-color: rgb(206,210,23); }

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

border-color css

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

 span { border-color: rgb(206,210,23); }

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