Html Css Color HEX #CED312 Barberry

📋 copy color: '#CED312'

red 206 ◦ green 211 ◦ blue 18

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

Shades of Barberry #CED312

Tints of Barberry #CED312

RGB

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

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

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

R = 47.36%
G = 48.51%
B = 4.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#CED312 (or 0xCED312) is known color: Barberry. HEX triplet: CE, D3 and 12. RGB value is (206,211,18). Sum of RGB (Red+Green+Blue) = 206+211+18=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #CED312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED312 is #312CED. Grayscale: #BCBCBC. Windows color (decimal): -3222766 or 1233870. OLE color: 1233870.

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

Color convert

RGB 206 211 18 -
CMYK 0.02 0 0.91 0.17
HSL 61.55º 0.84% 0.45% -
HSV(B) 61.55º 0.91% 0.83% -
XYZ 48.86 59.75 9.53 -
YUV 187.5 32.34 141.19 -
System Red Green Blue C M Y K H S L
Decimal 206 211 18 0.02 0 0.91 0.17 61.55 0.84 0.45
Hex CE D3 12 2 0 5B 11 3E 54 2D
Octal 316 323 22 2 0 133 21 76 124 55
Binary 11001110 11010011 10010 10 0 1011011 10001 111110 1010100 101101

Color Harmonies of #CED312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED312

Black with #CED312

Text Example


Text Example

White with #CED312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED312; }

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

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

background-color css

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

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

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

border-color css

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

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

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