Html Css Color HEX #CEDC12 Barberry

📋 copy color: '#CEDC12'

red 206 ◦ green 220 ◦ blue 18

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

Shades of Barberry #CEDC12

Tints of Barberry #CEDC12

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.55%

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

R = 46.4%
G = 49.55%
B = 4.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#CEDC12 (or 0xCEDC12) is known color: Barberry. HEX triplet: CE, DC and 12. RGB value is (206,220,18). Sum of RGB (Red+Green+Blue) = 206+220+18=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDC12 is #3123ED. Grayscale: #C1C1C1. Windows color (decimal): -3220462 or 1236174. OLE color: 1236174.

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

Color convert

RGB 206 220 18 -
CMYK 0.06 0 0.92 0.14
HSL 64.16º 0.85% 0.47% -
HSV(B) 64.16º 0.92% 0.86% -
XYZ 51.16 64.35 10.3 -
YUV 192.79 29.36 137.43 -
System Red Green Blue C M Y K H S L
Decimal 206 220 18 0.06 0 0.92 0.14 64.16 0.85 0.47
Hex CE DC 12 6 0 5C E 40 55 2F
Octal 316 334 22 6 0 134 16 100 125 57
Binary 11001110 11011100 10010 110 0 1011100 1110 1000000 1010101 101111

Color Harmonies of #CEDC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC12

Black with #CEDC12

Text Example


Text Example

White with #CEDC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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