Html Css Color HEX #CDD770 Goldenrod

📋 copy color: '#CDD770'

red 205 ◦ green 215 ◦ blue 112

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

Shades of Goldenrod #CDD770

Tints of Goldenrod #CDD770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.41%

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

R = 38.53%
G = 40.41%
B = 21.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#CDD770 (or 0xCDD770) is known color: Goldenrod. HEX triplet: CD, D7 and 70. RGB value is (205,215,112). Sum of RGB (Red+Green+Blue) = 205+215+112=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD770 is #32288F. Grayscale: #C8C8C8. Windows color (decimal): -3287184 or 7395277. OLE color: 7395277.

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

Color convert

RGB 205 215 112 -
CMYK 0.05 0 0.48 0.16
HSL 65.83º 0.56% 0.64% -
HSV(B) 65.83º 0.48% 0.84% -
XYZ 52.4 62.75 24.68 -
YUV 200.27 78.19 131.38 -
System Red Green Blue C M Y K H S L
Decimal 205 215 112 0.05 0 0.48 0.16 65.83 0.56 0.64
Hex CD D7 70 5 0 30 10 42 38 40
Octal 315 327 160 5 0 60 20 102 70 100
Binary 11001101 11010111 1110000 101 0 110000 10000 1000010 111000 1000000

Color Harmonies of #CDD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD770

Black with #CDD770

Text Example


Text Example

White with #CDD770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD770; }

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

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

background-color css

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

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

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

border-color css

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

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

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