Html Css Color HEX #CEDD12 Barberry

📋 copy color: '#CEDD12'

red 206 ◦ green 221 ◦ blue 18

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

Shades of Barberry #CEDD12

Tints of Barberry #CEDD12

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.66%

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

R = 46.29%
G = 49.66%
B = 4.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#CEDD12 (or 0xCEDD12) is known color: Barberry. HEX triplet: CE, DD and 12. RGB value is (206,221,18). Sum of RGB (Red+Green+Blue) = 206+221+18=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD12 is #3122ED. Grayscale: #C2C2C2. Windows color (decimal): -3220206 or 1236430. OLE color: 1236430.

HSL color Cylindrical-coordinate representation of color #CEDD12: hue angle of 64.43º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEDD12 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 18 -
CMYK 0.07 0 0.92 0.13
HSL 64.43º 0.85% 0.47% -
HSV(B) 64.43º 0.92% 0.87% -
XYZ 51.42 64.88 10.38 -
YUV 193.37 29.03 137.01 -
System Red Green Blue C M Y K H S L
Decimal 206 221 18 0.07 0 0.92 0.13 64.43 0.85 0.47
Hex CE DD 12 7 0 5C D 40 55 2F
Octal 316 335 22 7 0 134 15 100 125 57
Binary 11001110 11011101 10010 111 0 1011100 1101 1000000 1010101 101111

Color Harmonies of #CEDD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD12

Black with #CEDD12

Text Example


Text Example

White with #CEDD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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