Html Css Color HEX #DCBD07 Sunflower

📋 copy color: '#DCBD07'

red 220 ◦ green 189 ◦ blue 7

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

Shades of Sunflower #DCBD07

Tints of Sunflower #DCBD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.68%

R = 52.88%
G = 45.43%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCBD07 (or 0xDCBD07) is known color: Sunflower. HEX triplet: DC, BD and 07. RGB value is (220,189,7). Sum of RGB (Red+Green+Blue) = 220+189+7=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBD07 is #2342F8. Grayscale: #B2B2B2. Windows color (decimal): -2310905 or 507356. OLE color: 507356.

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

Color convert

RGB 220 189 7 -
CMYK 0 0.14 0.97 0.14
HSL 51.27º 0.94% 0.45% -
HSV(B) 51.27º 0.97% 0.86% -
XYZ 47.75 51.63 7.65 -
YUV 177.52 31.77 158.3 -
System Red Green Blue C M Y K H S L
Decimal 220 189 7 0 0.14 0.97 0.14 51.27 0.94 0.45
Hex DC BD 7 0 E 61 E 33 5E 2D
Octal 334 275 7 0 16 141 16 63 136 55
Binary 11011100 10111101 111 0 1110 1100001 1110 110011 1011110 101101

Color Harmonies of #DCBD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD07

Black with #DCBD07

Text Example


Text Example

White with #DCBD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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