Html Css Color HEX #CDD76D Goldenrod

📋 copy color: '#CDD76D'

red 205 ◦ green 215 ◦ blue 109

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

Shades of Goldenrod #CDD76D

Tints of Goldenrod #CDD76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.6%

R = 38.75%
G = 40.64%
B = 20.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#CDD76D (or 0xCDD76D) is known color: Goldenrod. HEX triplet: CD, D7 and 6D. RGB value is (205,215,109). Sum of RGB (Red+Green+Blue) = 205+215+109=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD76D is #322892. Grayscale: #C8C8C8. Windows color (decimal): -3287187 or 7198669. OLE color: 7198669.

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

Color convert

RGB 205 215 109 -
CMYK 0.05 0 0.49 0.16
HSL 65.66º 0.57% 0.64% -
HSV(B) 65.66º 0.49% 0.84% -
XYZ 52.24 62.68 23.81 -
YUV 199.93 76.69 131.62 -
System Red Green Blue C M Y K H S L
Decimal 205 215 109 0.05 0 0.49 0.16 65.66 0.57 0.64
Hex CD D7 6D 5 0 31 10 42 39 40
Octal 315 327 155 5 0 61 20 102 71 100
Binary 11001101 11010111 1101101 101 0 110001 10000 1000010 111001 1000000

Color Harmonies of #CDD76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD76D

Black with #CDD76D

Text Example


Text Example

White with #CDD76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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