Html Css Color HEX #DCBD1B Sunflower

📋 copy color: '#DCBD1B'

red 220 ◦ green 189 ◦ blue 27

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

Shades of Sunflower #DCBD1B

Tints of Sunflower #DCBD1B

RGB

 RED value IS 220 (86.33% from 255) = 50.46%

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

 BLUE value IS 27 (10.94% from 255) = 6.19%

R = 50.46%
G = 43.35%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCBD1B (or 0xDCBD1B) is known color: Sunflower. HEX triplet: DC, BD and 1B. RGB value is (220,189,27). Sum of RGB (Red+Green+Blue) = 220+189+27=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD1B is #2342E4. Grayscale: #B4B4B4. Windows color (decimal): -2310885 or 1818076. OLE color: 1818076.

HSL color Cylindrical-coordinate representation of color #DCBD1B: hue angle of 50.36º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCBD1B is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 27 -
CMYK 0 0.14 0.88 0.14
HSL 50.36º 0.78% 0.48% -
HSV(B) 50.36º 0.88% 0.86% -
XYZ 47.91 51.69 8.49 -
YUV 179.8 41.77 156.67 -
System Red Green Blue C M Y K H S L
Decimal 220 189 27 0 0.14 0.88 0.14 50.36 0.78 0.48
Hex DC BD 1B 0 E 58 E 32 4E 30
Octal 334 275 33 0 16 130 16 62 116 60
Binary 11011100 10111101 11011 0 1110 1011000 1110 110010 1001110 110000

Color Harmonies of #DCBD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD1B

Black with #DCBD1B

Text Example


Text Example

White with #DCBD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD1B; }

 p { color: rgb(220,189,27); }

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

background-color css

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

 a { background-color: rgb(220,189,27); }

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

border-color css

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

 span { border-color: rgb(220,189,27); }

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