Html Css Color HEX #DCC70B Sunflower

📋 copy color: '#DCC70B'

red 220 ◦ green 199 ◦ blue 11

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

Shades of Sunflower #DCC70B

Tints of Sunflower #DCC70B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.28%

 BLUE value IS 11 (4.69% from 255) = 2.56%

R = 51.16%
G = 46.28%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCC70B (or 0xDCC70B) is known color: Sunflower. HEX triplet: DC, C7 and 0B. RGB value is (220,199,11). Sum of RGB (Red+Green+Blue) = 220+199+11=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC70B is #2338F4. Grayscale: #B8B8B8. Windows color (decimal): -2308341 or 772060. OLE color: 772060.

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

Color convert

RGB 220 199 11 -
CMYK 0 0.10 0.95 0.14
HSL 53.97º 0.9% 0.45% -
HSV(B) 53.97º 0.95% 0.86% -
XYZ 50 56.09 8.51 -
YUV 183.85 30.46 153.79 -
System Red Green Blue C M Y K H S L
Decimal 220 199 11 0 0.10 0.95 0.14 53.97 0.9 0.45
Hex DC C7 B 0 A 5F E 36 5A 2D
Octal 334 307 13 0 12 137 16 66 132 55
Binary 11011100 11000111 1011 0 1010 1011111 1110 110110 1011010 101101

Color Harmonies of #DCC70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC70B

Black with #DCC70B

Text Example


Text Example

White with #DCC70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC70B; }

 p { color: rgb(220,199,11); }

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

background-color css

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

 a { background-color: rgb(220,199,11); }

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

border-color css

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

 span { border-color: rgb(220,199,11); }

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