Html Css Color HEX #CDD516 Barberry

📋 copy color: '#CDD516'

red 205 ◦ green 213 ◦ blue 22

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

Shades of Barberry #CDD516

Tints of Barberry #CDD516

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.41%

 BLUE value IS 22 (8.98% from 255) = 5%

R = 46.59%
G = 48.41%
B = 5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#CDD516 (or 0xCDD516) is known color: Barberry. HEX triplet: CD, D5 and 16. RGB value is (205,213,22). Sum of RGB (Red+Green+Blue) = 205+213+22=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD516 is #322AE9. Grayscale: #BDBDBD. Windows color (decimal): -3287786 or 1496525. OLE color: 1496525.

HSL color Cylindrical-coordinate representation of color #CDD516: hue angle of 62.51º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDD516 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 22 -
CMYK 0.04 0 0.90 0.16
HSL 62.51º 0.81% 0.46% -
HSV(B) 62.51º 0.9% 0.84% -
XYZ 49.12 60.63 9.87 -
YUV 188.83 33.85 139.53 -
System Red Green Blue C M Y K H S L
Decimal 205 213 22 0.04 0 0.90 0.16 62.51 0.81 0.46
Hex CD D5 16 4 0 5A 10 3F 51 2E
Octal 315 325 26 4 0 132 20 77 121 56
Binary 11001101 11010101 10110 100 0 1011010 10000 111111 1010001 101110

Color Harmonies of #CDD516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD516

Black with #CDD516

Text Example


Text Example

White with #CDD516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD516; }

 p { color: rgb(205,213,22); }

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

background-color css

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

 a { background-color: rgb(205,213,22); }

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

border-color css

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

 span { border-color: rgb(205,213,22); }

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