Html Css Color HEX #CEDD0C Barberry

📋 copy color: '#CEDD0C'

red 206 ◦ green 221 ◦ blue 12

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

Shades of Barberry #CEDD0C

Tints of Barberry #CEDD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.73%

R = 46.92%
G = 50.34%
B = 2.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#CEDD0C (or 0xCEDD0C) is known color: Barberry. HEX triplet: CE, DD and 0C. RGB value is (206,221,12). Sum of RGB (Red+Green+Blue) = 206+221+12=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD0C is #3122F3. Grayscale: #C1C1C1. Windows color (decimal): -3220212 or 843214. OLE color: 843214.

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

Color convert

RGB 206 221 12 -
CMYK 0.07 0 0.95 0.13
HSL 64.31º 0.9% 0.46% -
HSV(B) 64.31º 0.95% 0.87% -
XYZ 51.38 64.86 10.16 -
YUV 192.69 26.03 137.49 -
System Red Green Blue C M Y K H S L
Decimal 206 221 12 0.07 0 0.95 0.13 64.31 0.9 0.46
Hex CE DD C 7 0 5F D 40 5A 2E
Octal 316 335 14 7 0 137 15 100 132 56
Binary 11001110 11011101 1100 111 0 1011111 1101 1000000 1011010 101110

Color Harmonies of #CEDD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD0C

Black with #CEDD0C

Text Example


Text Example

White with #CEDD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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