Html Css Color HEX #CED512 Barberry

📋 copy color: '#CED512'

red 206 ◦ green 213 ◦ blue 18

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

Shades of Barberry #CED512

Tints of Barberry #CED512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.74%

 BLUE value IS 18 (7.42% from 255) = 4.12%

R = 47.14%
G = 48.74%
B = 4.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#CED512 (or 0xCED512) is known color: Barberry. HEX triplet: CE, D5 and 12. RGB value is (206,213,18). Sum of RGB (Red+Green+Blue) = 206+213+18=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #CED512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED512 is #312AED. Grayscale: #BDBDBD. Windows color (decimal): -3222254 or 1234382. OLE color: 1234382.

HSL color Cylindrical-coordinate representation of color #CED512: hue angle of 62.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CED512 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 18 -
CMYK 0.03 0 0.92 0.16
HSL 62.15º 0.84% 0.45% -
HSV(B) 62.15º 0.92% 0.84% -
XYZ 49.36 60.75 9.7 -
YUV 188.68 31.68 140.36 -
System Red Green Blue C M Y K H S L
Decimal 206 213 18 0.03 0 0.92 0.16 62.15 0.84 0.45
Hex CE D5 12 3 0 5C 10 3E 54 2D
Octal 316 325 22 3 0 134 20 76 124 55
Binary 11001110 11010101 10010 11 0 1011100 10000 111110 1010100 101101

Color Harmonies of #CED512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED512

Black with #CED512

Text Example


Text Example

White with #CED512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED512; }

 p { color: rgb(206,213,18); }

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

background-color css

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

 a { background-color: rgb(206,213,18); }

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

border-color css

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

 span { border-color: rgb(206,213,18); }

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