Html Css Color HEX #DABD1D Sunflower

📋 copy color: '#DABD1D'

red 218 ◦ green 189 ◦ blue 29

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

Shades of Sunflower #DABD1D

Tints of Sunflower #DABD1D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.35%

 BLUE value IS 29 (11.72% from 255) = 6.65%

R = 50%
G = 43.35%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DABD1D (or 0xDABD1D) is known color: Sunflower. HEX triplet: DA, BD and 1D. RGB value is (218,189,29). Sum of RGB (Red+Green+Blue) = 218+189+29=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD1D is #2542E2. Grayscale: #B4B4B4. Windows color (decimal): -2441955 or 1949146. OLE color: 1949146.

HSL color Cylindrical-coordinate representation of color #DABD1D: hue angle of 50.79º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DABD1D is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 189 29 -
CMYK 0 0.13 0.87 0.15
HSL 50.79º 0.77% 0.48% -
HSV(B) 50.79º 0.87% 0.85% -
XYZ 47.33 51.39 8.59 -
YUV 179.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 218 189 29 0 0.13 0.87 0.15 50.79 0.77 0.48
Hex DA BD 1D 0 D 57 F 33 4D 30
Octal 332 275 35 0 15 127 17 63 115 60
Binary 11011010 10111101 11101 0 1101 1010111 1111 110011 1001101 110000

Color Harmonies of #DABD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD1D

Black with #DABD1D

Text Example


Text Example

White with #DABD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD1D; }

 p { color: rgb(218,189,29); }

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

background-color css

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

 a { background-color: rgb(218,189,29); }

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

border-color css

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

 span { border-color: rgb(218,189,29); }

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