Html Css Color HEX #CED912 Barberry

📋 copy color: '#CED912'

red 206 ◦ green 217 ◦ blue 18

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

Shades of Barberry #CED912

Tints of Barberry #CED912

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.21%

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

R = 46.71%
G = 49.21%
B = 4.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#CED912 (or 0xCED912) is known color: Barberry. HEX triplet: CE, D9 and 12. RGB value is (206,217,18). Sum of RGB (Red+Green+Blue) = 206+217+18=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #CED912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED912 is #3126ED. Grayscale: #BFBFBF. Windows color (decimal): -3221230 or 1235406. OLE color: 1235406.

HSL color Cylindrical-coordinate representation of color #CED912: hue angle of 63.32º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CED912 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 18 -
CMYK 0.05 0 0.92 0.15
HSL 63.32º 0.85% 0.46% -
HSV(B) 63.32º 0.92% 0.85% -
XYZ 50.38 62.79 10.04 -
YUV 191.03 30.36 138.68 -
System Red Green Blue C M Y K H S L
Decimal 206 217 18 0.05 0 0.92 0.15 63.32 0.85 0.46
Hex CE D9 12 5 0 5C F 3F 55 2E
Octal 316 331 22 5 0 134 17 77 125 56
Binary 11001110 11011001 10010 101 0 1011100 1111 111111 1010101 101110

Color Harmonies of #CED912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED912

Black with #CED912

Text Example


Text Example

White with #CED912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED912; }

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

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

background-color css

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

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

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

border-color css

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

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

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