Html Css Color HEX #CDD86D Goldenrod

📋 copy color: '#CDD86D'

red 205 ◦ green 216 ◦ blue 109

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

Shades of Goldenrod #CDD86D

Tints of Goldenrod #CDD86D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.75%

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

R = 38.68%
G = 40.75%
B = 20.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#CDD86D (or 0xCDD86D) is known color: Goldenrod. HEX triplet: CD, D8 and 6D. RGB value is (205,216,109). Sum of RGB (Red+Green+Blue) = 205+216+109=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD86D is #322792. Grayscale: #C8C8C8. Windows color (decimal): -3286931 or 7198925. OLE color: 7198925.

HSL color Cylindrical-coordinate representation of color #CDD86D: hue angle of 66.17º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDD86D is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 216 109 -
CMYK 0.05 0 0.50 0.15
HSL 66.17º 0.58% 0.64% -
HSV(B) 66.17º 0.5% 0.85% -
XYZ 52.49 63.2 23.9 -
YUV 200.51 76.36 131.2 -
System Red Green Blue C M Y K H S L
Decimal 205 216 109 0.05 0 0.50 0.15 66.17 0.58 0.64
Hex CD D8 6D 5 0 32 F 42 3A 40
Octal 315 330 155 5 0 62 17 102 72 100
Binary 11001101 11011000 1101101 101 0 110010 1111 1000010 111010 1000000

Color Harmonies of #CDD86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD86D

Black with #CDD86D

Text Example


Text Example

White with #CDD86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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