Html Css Color HEX #CDDC13 Barberry

📋 copy color: '#CDDC13'

red 205 ◦ green 220 ◦ blue 19

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

Shades of Barberry #CDDC13

Tints of Barberry #CDDC13

RGB

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

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

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

R = 46.17%
G = 49.55%
B = 4.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#CDDC13 (or 0xCDDC13) is known color: Barberry. HEX triplet: CD, DC and 13. RGB value is (205,220,19). Sum of RGB (Red+Green+Blue) = 205+220+19=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 19 (7.81% from 255 or 4.28% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDC13 is #3223EC. Grayscale: #C1C1C1. Windows color (decimal): -3285997 or 1301709. OLE color: 1301709.

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

Color convert

RGB 205 220 19 -
CMYK 0.07 0 0.91 0.14
HSL 64.48º 0.84% 0.47% -
HSV(B) 64.48º 0.91% 0.86% -
XYZ 50.89 64.21 10.33 -
YUV 192.6 30.03 136.84 -
System Red Green Blue C M Y K H S L
Decimal 205 220 19 0.07 0 0.91 0.14 64.48 0.84 0.47
Hex CD DC 13 7 0 5B E 40 54 2F
Octal 315 334 23 7 0 133 16 100 124 57
Binary 11001101 11011100 10011 111 0 1011011 1110 1000000 1010100 101111

Color Harmonies of #CDDC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC13

Black with #CDDC13

Text Example


Text Example

White with #CDDC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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