Html Css Color HEX #D0B626 Sunflower

📋 copy color: '#D0B626'

red 208 ◦ green 182 ◦ blue 38

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

Shades of Sunflower #D0B626

Tints of Sunflower #D0B626

RGB

 RED value IS 208 (81.64% from 255) = 48.6%

 GREEN value IS 182 (71.48% from 255) = 42.52%

 BLUE value IS 38 (15.23% from 255) = 8.88%

R = 48.6%
G = 42.52%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D0B626 (or 0xD0B626) is known color: Sunflower. HEX triplet: D0, B6 and 26. RGB value is (208,182,38). Sum of RGB (Red+Green+Blue) = 208+182+38=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B626 is #2F49D9. Grayscale: #ADADAD. Windows color (decimal): -3099098 or 2537168. OLE color: 2537168.

HSL color Cylindrical-coordinate representation of color #D0B626: hue angle of 50.82º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0B626 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 182 38 -
CMYK 0 0.12 0.82 0.18
HSL 50.82º 0.69% 0.48% -
HSV(B) 50.82º 0.82% 0.82% -
XYZ 43.09 47.01 8.64 -
YUV 173.36 51.61 152.71 -
System Red Green Blue C M Y K H S L
Decimal 208 182 38 0 0.12 0.82 0.18 50.82 0.69 0.48
Hex D0 B6 26 0 C 52 12 33 45 30
Octal 320 266 46 0 14 122 22 63 105 60
Binary 11010000 10110110 100110 0 1100 1010010 10010 110011 1000101 110000

Color Harmonies of #D0B626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B626

Black with #D0B626

Text Example


Text Example

White with #D0B626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B626; }

 p { color: rgb(208,182,38); }

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

background-color css

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

 a { background-color: rgb(208,182,38); }

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

border-color css

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

 span { border-color: rgb(208,182,38); }

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