Html Css Color HEX #DBD334 Starship

📋 copy color: '#DBD334'

red 219 ◦ green 211 ◦ blue 52

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

Shades of Starship #DBD334

Tints of Starship #DBD334

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.78%

 BLUE value IS 52 (20.7% from 255) = 10.79%

R = 45.44%
G = 43.78%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBD334 (or 0xDBD334) is known color: Starship. HEX triplet: DB, D3 and 34. RGB value is (219,211,52). Sum of RGB (Red+Green+Blue) = 219+211+52=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD334 is #242CCB. Grayscale: #C3C3C3. Windows color (decimal): -2370764 or 3462107. OLE color: 3462107.

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

Color convert

RGB 219 211 52 -
CMYK 0 0.04 0.76 0.14
HSL 57.13º 0.7% 0.53% -
HSV(B) 57.13º 0.76% 0.86% -
XYZ 53.13 61.9 12.4 -
YUV 195.27 47.15 144.93 -
System Red Green Blue C M Y K H S L
Decimal 219 211 52 0 0.04 0.76 0.14 57.13 0.7 0.53
Hex DB D3 34 0 4 4C E 39 46 35
Octal 333 323 64 0 4 114 16 71 106 65
Binary 11011011 11010011 110100 0 100 1001100 1110 111001 1000110 110101

Color Harmonies of #DBD334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD334

Black with #DBD334

Text Example


Text Example

White with #DBD334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD334; }

 p { color: rgb(219,211,52); }

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

background-color css

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

 a { background-color: rgb(219,211,52); }

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

border-color css

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

 span { border-color: rgb(219,211,52); }

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