Html Css Color HEX #D5DF69 Goldenrod

📋 copy color: '#D5DF69'

red 213 ◦ green 223 ◦ blue 105

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

Shades of Goldenrod #D5DF69

Tints of Goldenrod #D5DF69

RGB

 RED value IS 213 (83.59% from 255) = 39.37%

 GREEN value IS 223 (87.5% from 255) = 41.22%

 BLUE value IS 105 (41.41% from 255) = 19.41%

R = 39.37%
G = 41.22%
B = 19.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#D5DF69 (or 0xD5DF69) is known color: Goldenrod. HEX triplet: D5, DF and 69. RGB value is (213,223,105). Sum of RGB (Red+Green+Blue) = 213+223+105=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF69 is #2A2096. Grayscale: #CFCFCF. Windows color (decimal): -2760855 or 6938581. OLE color: 6938581.

HSL color Cylindrical-coordinate representation of color #D5DF69: hue angle of 65.08º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5DF69 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 105 -
CMYK 0.04 0 0.53 0.13
HSL 65.08º 0.65% 0.64% -
HSV(B) 65.08º 0.53% 0.87% -
XYZ 56.38 67.94 23.51 -
YUV 206.56 70.69 132.59 -
System Red Green Blue C M Y K H S L
Decimal 213 223 105 0.04 0 0.53 0.13 65.08 0.65 0.64
Hex D5 DF 69 4 0 35 D 41 41 40
Octal 325 337 151 4 0 65 15 101 101 100
Binary 11010101 11011111 1101001 100 0 110101 1101 1000001 1000001 1000000

Color Harmonies of #D5DF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF69

Black with #D5DF69

Text Example


Text Example

White with #D5DF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF69; }

 p { color: rgb(213,223,105); }

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

background-color css

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

 a { background-color: rgb(213,223,105); }

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

border-color css

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

 span { border-color: rgb(213,223,105); }

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