Html Css Color HEX #CDDB11 Barberry

📋 copy color: '#CDDB11'

red 205 ◦ green 219 ◦ blue 17

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

Shades of Barberry #CDDB11

Tints of Barberry #CDDB11

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.66%

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

R = 46.49%
G = 49.66%
B = 3.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#CDDB11 (or 0xCDDB11) is known color: Barberry. HEX triplet: CD, DB and 11. RGB value is (205,219,17). Sum of RGB (Red+Green+Blue) = 205+219+17=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDB11 is #3224EE. Grayscale: #C0C0C0. Windows color (decimal): -3286255 or 1170381. OLE color: 1170381.

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

Color convert

RGB 205 219 17 -
CMYK 0.06 0 0.92 0.14
HSL 64.16º 0.86% 0.46% -
HSV(B) 64.16º 0.92% 0.86% -
XYZ 50.61 63.68 10.15 -
YUV 191.79 29.36 137.43 -
System Red Green Blue C M Y K H S L
Decimal 205 219 17 0.06 0 0.92 0.14 64.16 0.86 0.46
Hex CD DB 11 6 0 5C E 40 56 2E
Octal 315 333 21 6 0 134 16 100 126 56
Binary 11001101 11011011 10001 110 0 1011100 1110 1000000 1010110 101110

Color Harmonies of #CDDB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB11

Black with #CDDB11

Text Example


Text Example

White with #CDDB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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