Html Css Color HEX #CEDE13 Barberry

📋 copy color: '#CEDE13'

red 206 ◦ green 222 ◦ blue 19

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

Shades of Barberry #CEDE13

Tints of Barberry #CEDE13

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.66%

 BLUE value IS 19 (7.81% from 255) = 4.25%

R = 46.09%
G = 49.66%
B = 4.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#CEDE13 (or 0xCEDE13) is known color: Barberry. HEX triplet: CE, DE and 13. RGB value is (206,222,19). Sum of RGB (Red+Green+Blue) = 206+222+19=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDE13 is #3121EC. Grayscale: #C2C2C2. Windows color (decimal): -3219949 or 1302222. OLE color: 1302222.

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

Color convert

RGB 206 222 19 -
CMYK 0.07 0 0.91 0.13
HSL 64.73º 0.84% 0.47% -
HSV(B) 64.73º 0.91% 0.87% -
XYZ 51.69 65.41 10.52 -
YUV 194.07 29.2 136.51 -
System Red Green Blue C M Y K H S L
Decimal 206 222 19 0.07 0 0.91 0.13 64.73 0.84 0.47
Hex CE DE 13 7 0 5B D 41 54 2F
Octal 316 336 23 7 0 133 15 101 124 57
Binary 11001110 11011110 10011 111 0 1011011 1101 1000001 1010100 101111

Color Harmonies of #CEDE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE13

Black with #CEDE13

Text Example


Text Example

White with #CEDE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE13; }

 p { color: rgb(206,222,19); }

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

background-color css

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

 a { background-color: rgb(206,222,19); }

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

border-color css

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

 span { border-color: rgb(206,222,19); }

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