Html Css Color HEX #CDDD11 Barberry

📋 copy color: '#CDDD11'

red 205 ◦ green 221 ◦ blue 17

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

Shades of Barberry #CDDD11

Tints of Barberry #CDDD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.84%

R = 46.28%
G = 49.89%
B = 3.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#CDDD11 (or 0xCDDD11) is known color: Barberry. HEX triplet: CD, DD and 11. RGB value is (205,221,17). Sum of RGB (Red+Green+Blue) = 205+221+17=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDD11 is #3222EE. Grayscale: #C1C1C1. Windows color (decimal): -3285743 or 1170893. OLE color: 1170893.

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

Color convert

RGB 205 221 17 -
CMYK 0.07 0 0.92 0.13
HSL 64.71º 0.86% 0.47% -
HSV(B) 64.71º 0.92% 0.87% -
XYZ 51.13 64.73 10.33 -
YUV 192.96 28.7 136.59 -
System Red Green Blue C M Y K H S L
Decimal 205 221 17 0.07 0 0.92 0.13 64.71 0.86 0.47
Hex CD DD 11 7 0 5C D 41 56 2F
Octal 315 335 21 7 0 134 15 101 126 57
Binary 11001101 11011101 10001 111 0 1011100 1101 1000001 1010110 101111

Color Harmonies of #CDDD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD11

Black with #CDDD11

Text Example


Text Example

White with #CDDD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD11; }

 p { color: rgb(205,221,17); }

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

background-color css

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

 a { background-color: rgb(205,221,17); }

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

border-color css

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

 span { border-color: rgb(205,221,17); }

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