Html Css Color HEX #CDDC0E Barberry

📋 copy color: '#CDDC0E'

red 205 ◦ green 220 ◦ blue 14

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

Shades of Barberry #CDDC0E

Tints of Barberry #CDDC0E

RGB

 RED value IS 205 (80.47% from 255) = 46.7%

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

 BLUE value IS 14 (5.86% from 255) = 3.19%

R = 46.7%
G = 50.11%
B = 3.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#CDDC0E (or 0xCDDC0E) is known color: Barberry. HEX triplet: CD, DC and 0E. RGB value is (205,220,14). Sum of RGB (Red+Green+Blue) = 205+220+14=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDC0E is #3223F1. Grayscale: #C0C0C0. Windows color (decimal): -3286002 or 974029. OLE color: 974029.

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

Color convert

RGB 205 220 14 -
CMYK 0.07 0 0.94 0.14
HSL 64.37º 0.88% 0.46% -
HSV(B) 64.37º 0.94% 0.86% -
XYZ 50.85 64.2 10.13 -
YUV 192.03 27.53 137.25 -
System Red Green Blue C M Y K H S L
Decimal 205 220 14 0.07 0 0.94 0.14 64.37 0.88 0.46
Hex CD DC E 7 0 5E E 40 58 2E
Octal 315 334 16 7 0 136 16 100 130 56
Binary 11001101 11011100 1110 111 0 1011110 1110 1000000 1011000 101110

Color Harmonies of #CDDC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC0E

Black with #CDDC0E

Text Example


Text Example

White with #CDDC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC0E; }

 p { color: rgb(205,220,14); }

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

background-color css

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

 a { background-color: rgb(205,220,14); }

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

border-color css

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

 span { border-color: rgb(205,220,14); }

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