Html Css Color HEX #D5DA67 Goldenrod

📋 copy color: '#D5DA67'

red 213 ◦ green 218 ◦ blue 103

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

Shades of Goldenrod #D5DA67

Tints of Goldenrod #D5DA67

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.82%

 BLUE value IS 103 (40.63% from 255) = 19.29%

R = 39.89%
G = 40.82%
B = 19.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D5DA67 (or 0xD5DA67) is known color: Goldenrod. HEX triplet: D5, DA and 67. RGB value is (213,218,103). Sum of RGB (Red+Green+Blue) = 213+218+103=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 103 (40.62% from 255 or 19.29% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DA67 is #2A2598. Grayscale: #CBCBCB. Windows color (decimal): -2762137 or 6806229. OLE color: 6806229.

HSL color Cylindrical-coordinate representation of color #D5DA67: hue angle of 62.61º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5DA67 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 103 -
CMYK 0.02 0 0.53 0.15
HSL 62.61º 0.61% 0.63% -
HSV(B) 62.61º 0.53% 0.85% -
XYZ 54.96 65.27 22.53 -
YUV 203.4 71.34 134.85 -
System Red Green Blue C M Y K H S L
Decimal 213 218 103 0.02 0 0.53 0.15 62.61 0.61 0.63
Hex D5 DA 67 2 0 35 F 3F 3D 3F
Octal 325 332 147 2 0 65 17 77 75 77
Binary 11010101 11011010 1100111 10 0 110101 1111 111111 111101 111111

Color Harmonies of #D5DA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA67

Black with #D5DA67

Text Example


Text Example

White with #D5DA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA67; }

 p { color: rgb(213,218,103); }

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

background-color css

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

 a { background-color: rgb(213,218,103); }

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

border-color css

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

 span { border-color: rgb(213,218,103); }

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