Html Css Color HEX #CDD471 Goldenrod

📋 copy color: '#CDD471'

red 205 ◦ green 212 ◦ blue 113

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

Shades of Goldenrod #CDD471

Tints of Goldenrod #CDD471

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40%

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

R = 38.68%
G = 40%
B = 21.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#CDD471 (or 0xCDD471) is known color: Goldenrod. HEX triplet: CD, D4 and 71. RGB value is (205,212,113). Sum of RGB (Red+Green+Blue) = 205+212+113=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD471 is #322B8E. Grayscale: #C7C7C7. Windows color (decimal): -3287951 or 7460045. OLE color: 7460045.

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

Color convert

RGB 205 212 113 -
CMYK 0.03 0 0.47 0.17
HSL 64.24º 0.54% 0.64% -
HSV(B) 64.24º 0.47% 0.83% -
XYZ 51.7 61.26 24.72 -
YUV 198.62 79.68 132.55 -
System Red Green Blue C M Y K H S L
Decimal 205 212 113 0.03 0 0.47 0.17 64.24 0.54 0.64
Hex CD D4 71 3 0 2F 11 40 36 40
Octal 315 324 161 3 0 57 21 100 66 100
Binary 11001101 11010100 1110001 11 0 101111 10001 1000000 110110 1000000

Color Harmonies of #CDD471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD471

Black with #CDD471

Text Example


Text Example

White with #CDD471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD471; }

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

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

background-color css

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

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

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

border-color css

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

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

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