Html Css Color HEX #DADB67 Goldenrod

📋 copy color: '#DADB67'

red 218 ◦ green 219 ◦ blue 103

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

Shades of Goldenrod #DADB67

Tints of Goldenrod #DADB67

RGB

 RED value IS 218 (85.55% from 255) = 40.37%

 GREEN value IS 219 (85.94% from 255) = 40.56%

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

R = 40.37%
G = 40.56%
B = 19.07%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DADB67 (or 0xDADB67) is known color: Goldenrod. HEX triplet: DA, DB and 67. RGB value is (218,219,103). Sum of RGB (Red+Green+Blue) = 218+219+103=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB67 is #252498. Grayscale: #CDCDCD. Windows color (decimal): -2434201 or 6806490. OLE color: 6806490.

HSL color Cylindrical-coordinate representation of color #DADB67: hue angle of 60.52º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DADB67 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 103 -
CMYK 0.00 0 0.53 0.14
HSL 60.52º 0.62% 0.63% -
HSV(B) 60.52º 0.53% 0.86% -
XYZ 56.69 66.55 22.69 -
YUV 205.48 70.17 136.93 -
System Red Green Blue C M Y K H S L
Decimal 218 219 103 0.00 0 0.53 0.14 60.52 0.62 0.63
Hex DA DB 67 0 0 35 E 3D 3E 3F
Octal 332 333 147 0 0 65 16 75 76 77
Binary 11011010 11011011 1100111 0 0 110101 1110 111101 111110 111111

Color Harmonies of #DADB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB67

Black with #DADB67

Text Example


Text Example

White with #DADB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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