Html Css Color HEX #CDD117 Barberry

📋 copy color: '#CDD117'

red 205 ◦ green 209 ◦ blue 23

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

Shades of Barberry #CDD117

Tints of Barberry #CDD117

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.83%

 BLUE value IS 23 (9.38% from 255) = 5.26%

R = 46.91%
G = 47.83%
B = 5.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#CDD117 (or 0xCDD117) is known color: Barberry. HEX triplet: CD, D1 and 17. RGB value is (205,209,23). Sum of RGB (Red+Green+Blue) = 205+209+23=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 23 (9.38% from 255 or 5.26% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD117 is #322EE8. Grayscale: #BBBBBB. Windows color (decimal): -3288809 or 1561037. OLE color: 1561037.

HSL color Cylindrical-coordinate representation of color #CDD117: hue angle of 61.29º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDD117 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 209 23 -
CMYK 0.02 0 0.89 0.18
HSL 61.29º 0.8% 0.45% -
HSV(B) 61.29º 0.89% 0.82% -
XYZ 48.13 58.64 9.59 -
YUV 186.6 35.67 141.12 -
System Red Green Blue C M Y K H S L
Decimal 205 209 23 0.02 0 0.89 0.18 61.29 0.8 0.45
Hex CD D1 17 2 0 59 12 3D 50 2D
Octal 315 321 27 2 0 131 22 75 120 55
Binary 11001101 11010001 10111 10 0 1011001 10010 111101 1010000 101101

Color Harmonies of #CDD117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD117

Black with #CDD117

Text Example


Text Example

White with #CDD117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD117; }

 p { color: rgb(205,209,23); }

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

background-color css

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

 a { background-color: rgb(205,209,23); }

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

border-color css

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

 span { border-color: rgb(205,209,23); }

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