Html Css Color HEX #CDD571 Goldenrod

📋 copy color: '#CDD571'

red 205 ◦ green 213 ◦ blue 113

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

Shades of Goldenrod #CDD571

Tints of Goldenrod #CDD571

RGB

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

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

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

R = 38.61%
G = 40.11%
B = 21.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#CDD571 (or 0xCDD571) is known color: Goldenrod. HEX triplet: CD, D5 and 71. RGB value is (205,213,113). Sum of RGB (Red+Green+Blue) = 205+213+113=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD571 is #322A8E. Grayscale: #C7C7C7. Windows color (decimal): -3287695 or 7460301. OLE color: 7460301.

HSL color Cylindrical-coordinate representation of color #CDD571: hue angle of 64.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDD571 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 113 -
CMYK 0.04 0 0.47 0.16
HSL 64.8º 0.54% 0.64% -
HSV(B) 64.8º 0.47% 0.84% -
XYZ 51.95 61.76 24.81 -
YUV 199.21 79.35 132.13 -
System Red Green Blue C M Y K H S L
Decimal 205 213 113 0.04 0 0.47 0.16 64.8 0.54 0.64
Hex CD D5 71 4 0 2F 10 41 36 40
Octal 315 325 161 4 0 57 20 101 66 100
Binary 11001101 11010101 1110001 100 0 101111 10000 1000001 110110 1000000

Color Harmonies of #CDD571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD571

Black with #CDD571

Text Example


Text Example

White with #CDD571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD571; }

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

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

background-color css

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

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

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

border-color css

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

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

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