Html Css Color HEX #CED412 Barberry

📋 copy color: '#CED412'

red 206 ◦ green 212 ◦ blue 18

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

Shades of Barberry #CED412

Tints of Barberry #CED412

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.62%

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

R = 47.25%
G = 48.62%
B = 4.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#CED412 (or 0xCED412) is known color: Barberry. HEX triplet: CE, D4 and 12. RGB value is (206,212,18). Sum of RGB (Red+Green+Blue) = 206+212+18=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #CED412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED412 is #312BED. Grayscale: #BCBCBC. Windows color (decimal): -3222510 or 1234126. OLE color: 1234126.

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

Color convert

RGB 206 212 18 -
CMYK 0.03 0 0.92 0.17
HSL 61.86º 0.84% 0.45% -
HSV(B) 61.86º 0.92% 0.83% -
XYZ 49.11 60.25 9.61 -
YUV 188.09 32.01 140.77 -
System Red Green Blue C M Y K H S L
Decimal 206 212 18 0.03 0 0.92 0.17 61.86 0.84 0.45
Hex CE D4 12 3 0 5C 11 3E 54 2D
Octal 316 324 22 3 0 134 21 76 124 55
Binary 11001110 11010100 10010 11 0 1011100 10001 111110 1010100 101101

Color Harmonies of #CED412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED412

Black with #CED412

Text Example


Text Example

White with #CED412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED412; }

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

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

background-color css

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

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

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

border-color css

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

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

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