Html Css Color HEX #CEDC0F Barberry

📋 copy color: '#CEDC0F'

red 206 ◦ green 220 ◦ blue 15

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

Shades of Barberry #CEDC0F

Tints of Barberry #CEDC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.4%

R = 46.71%
G = 49.89%
B = 3.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#CEDC0F (or 0xCEDC0F) is known color: Barberry. HEX triplet: CE, DC and 0F. RGB value is (206,220,15). Sum of RGB (Red+Green+Blue) = 206+220+15=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDC0F is #3123F0. Grayscale: #C1C1C1. Windows color (decimal): -3220465 or 1039566. OLE color: 1039566.

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

Color convert

RGB 206 220 15 -
CMYK 0.06 0 0.93 0.14
HSL 64.1º 0.87% 0.46% -
HSV(B) 64.1º 0.93% 0.86% -
XYZ 51.13 64.34 10.18 -
YUV 192.44 27.86 137.67 -
System Red Green Blue C M Y K H S L
Decimal 206 220 15 0.06 0 0.93 0.14 64.1 0.87 0.46
Hex CE DC F 6 0 5D E 40 57 2E
Octal 316 334 17 6 0 135 16 100 127 56
Binary 11001110 11011100 1111 110 0 1011101 1110 1000000 1010111 101110

Color Harmonies of #CEDC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC0F

Black with #CEDC0F

Text Example


Text Example

White with #CEDC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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