Html Css Color HEX #DBC02A Sunflower

📋 copy color: '#DBC02A'

red 219 ◦ green 192 ◦ blue 42

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

Shades of Sunflower #DBC02A

Tints of Sunflower #DBC02A

RGB

 RED value IS 219 (85.94% from 255) = 48.34%

 GREEN value IS 192 (75.39% from 255) = 42.38%

 BLUE value IS 42 (16.8% from 255) = 9.27%

R = 48.34%
G = 42.38%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBC02A (or 0xDBC02A) is known color: Sunflower. HEX triplet: DB, C0 and 2A. RGB value is (219,192,42). Sum of RGB (Red+Green+Blue) = 219+192+42=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC02A is #243FD5. Grayscale: #B7B7B7. Windows color (decimal): -2375638 or 2801883. OLE color: 2801883.

HSL color Cylindrical-coordinate representation of color #DBC02A: hue angle of 50.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBC02A is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 192 42 -
CMYK 0 0.12 0.81 0.14
HSL 50.85º 0.71% 0.51% -
HSV(B) 50.85º 0.81% 0.86% -
XYZ 48.48 52.93 9.85 -
YUV 182.97 48.45 153.7 -
System Red Green Blue C M Y K H S L
Decimal 219 192 42 0 0.12 0.81 0.14 50.85 0.71 0.51
Hex DB C0 2A 0 C 51 E 33 47 33
Octal 333 300 52 0 14 121 16 63 107 63
Binary 11011011 11000000 101010 0 1100 1010001 1110 110011 1000111 110011

Color Harmonies of #DBC02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC02A

Black with #DBC02A

Text Example


Text Example

White with #DBC02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC02A; }

 p { color: rgb(219,192,42); }

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

background-color css

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

 a { background-color: rgb(219,192,42); }

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

border-color css

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

 span { border-color: rgb(219,192,42); }

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