Html Css Color HEX #CDD470 Goldenrod

📋 copy color: '#CDD470'

red 205 ◦ green 212 ◦ blue 112

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

Shades of Goldenrod #CDD470

Tints of Goldenrod #CDD470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.17%

R = 38.75%
G = 40.08%
B = 21.17%

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

#CDD470 (or 0xCDD470) is known color: Goldenrod. HEX triplet: CD, D4 and 70. RGB value is (205,212,112). Sum of RGB (Red+Green+Blue) = 205+212+112=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD470 is #322B8F. Grayscale: #C6C6C6. Windows color (decimal): -3287952 or 7394509. OLE color: 7394509.

HSL color Cylindrical-coordinate representation of color #CDD470: hue angle of 64.2º 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 #CDD470 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 112 -
CMYK 0.03 0 0.47 0.17
HSL 64.2º 0.54% 0.64% -
HSV(B) 64.2º 0.47% 0.83% -
XYZ 51.64 61.24 24.43 -
YUV 198.51 79.18 132.63 -
System Red Green Blue C M Y K H S L
Decimal 205 212 112 0.03 0 0.47 0.17 64.2 0.54 0.64
Hex CD D4 70 3 0 2F 11 40 36 40
Octal 315 324 160 3 0 57 21 100 66 100
Binary 11001101 11010100 1110000 11 0 101111 10001 1000000 110110 1000000

Color Harmonies of #CDD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD470

Black with #CDD470

Text Example


Text Example

White with #CDD470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD470; }

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

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

background-color css

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

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

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

border-color css

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

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

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