Html Css Color HEX #CDD316 Barberry

📋 copy color: '#CDD316'

red 205 ◦ green 211 ◦ blue 22

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

Shades of Barberry #CDD316

Tints of Barberry #CDD316

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.17%

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

R = 46.8%
G = 48.17%
B = 5.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#CDD316 (or 0xCDD316) is known color: Barberry. HEX triplet: CD, D3 and 16. RGB value is (205,211,22). Sum of RGB (Red+Green+Blue) = 205+211+22=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD316 is #322CE9. Grayscale: #BCBCBC. Windows color (decimal): -3288298 or 1496013. OLE color: 1496013.

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

Color convert

RGB 205 211 22 -
CMYK 0.03 0 0.90 0.17
HSL 61.9º 0.81% 0.46% -
HSV(B) 61.9º 0.9% 0.83% -
XYZ 48.62 59.63 9.71 -
YUV 187.66 34.51 140.37 -
System Red Green Blue C M Y K H S L
Decimal 205 211 22 0.03 0 0.90 0.17 61.9 0.81 0.46
Hex CD D3 16 3 0 5A 11 3E 51 2E
Octal 315 323 26 3 0 132 21 76 121 56
Binary 11001101 11010011 10110 11 0 1011010 10001 111110 1010001 101110

Color Harmonies of #CDD316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD316

Black with #CDD316

Text Example


Text Example

White with #CDD316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD316; }

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

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

background-color css

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

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

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

border-color css

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

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

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