Html Css Color HEX #DCCB1A Sunflower

📋 copy color: '#DCCB1A'

red 220 ◦ green 203 ◦ blue 26

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

Shades of Sunflower #DCCB1A

Tints of Sunflower #DCCB1A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.21%

 BLUE value IS 26 (10.55% from 255) = 5.79%

R = 49%
G = 45.21%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCCB1A (or 0xDCCB1A) is known color: Sunflower. HEX triplet: DC, CB and 1A. RGB value is (220,203,26). Sum of RGB (Red+Green+Blue) = 220+203+26=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 26 (10.55% from 255 or 5.79% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB1A is #2334E5. Grayscale: #BCBCBC. Windows color (decimal): -2307302 or 1756124. OLE color: 1756124.

HSL color Cylindrical-coordinate representation of color #DCCB1A: hue angle of 54.74º degrees, saturation: 0.79, 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 #DCCB1A is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 26 -
CMYK 0 0.08 0.88 0.14
HSL 54.74º 0.79% 0.48% -
HSV(B) 54.74º 0.88% 0.86% -
XYZ 51.06 58 9.48 -
YUV 187.91 36.63 150.89 -
System Red Green Blue C M Y K H S L
Decimal 220 203 26 0 0.08 0.88 0.14 54.74 0.79 0.48
Hex DC CB 1A 0 8 58 E 37 4F 30
Octal 334 313 32 0 10 130 16 67 117 60
Binary 11011100 11001011 11010 0 1000 1011000 1110 110111 1001111 110000

Color Harmonies of #DCCB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB1A

Black with #DCCB1A

Text Example


Text Example

White with #DCCB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB1A; }

 p { color: rgb(220,203,26); }

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

background-color css

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

 a { background-color: rgb(220,203,26); }

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

border-color css

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

 span { border-color: rgb(220,203,26); }

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