Html Css Color HEX #CDD371 Goldenrod

📋 copy color: '#CDD371'

red 205 ◦ green 211 ◦ blue 113

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

Shades of Goldenrod #CDD371

Tints of Goldenrod #CDD371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.36%

R = 38.75%
G = 39.89%
B = 21.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#CDD371 (or 0xCDD371) is known color: Goldenrod. HEX triplet: CD, D3 and 71. RGB value is (205,211,113). Sum of RGB (Red+Green+Blue) = 205+211+113=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD371 is #322C8E. Grayscale: #C6C6C6. Windows color (decimal): -3288207 or 7459789. OLE color: 7459789.

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

Color convert

RGB 205 211 113 -
CMYK 0.03 0 0.46 0.17
HSL 63.67º 0.53% 0.64% -
HSV(B) 63.67º 0.46% 0.83% -
XYZ 51.45 60.76 24.64 -
YUV 198.03 80.01 132.97 -
System Red Green Blue C M Y K H S L
Decimal 205 211 113 0.03 0 0.46 0.17 63.67 0.53 0.64
Hex CD D3 71 3 0 2E 11 40 35 40
Octal 315 323 161 3 0 56 21 100 65 100
Binary 11001101 11010011 1110001 11 0 101110 10001 1000000 110101 1000000

Color Harmonies of #CDD371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD371

Black with #CDD371

Text Example


Text Example

White with #CDD371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD371; }

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

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

background-color css

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

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

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

border-color css

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

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

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