Html Css Color HEX #DCC30B Sunflower

📋 copy color: '#DCC30B'

red 220 ◦ green 195 ◦ blue 11

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

Shades of Sunflower #DCC30B

Tints of Sunflower #DCC30B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.77%

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

R = 51.64%
G = 45.77%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCC30B (or 0xDCC30B) is known color: Sunflower. HEX triplet: DC, C3 and 0B. RGB value is (220,195,11). Sum of RGB (Red+Green+Blue) = 220+195+11=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC30B is #233CF4. Grayscale: #B6B6B6. Windows color (decimal): -2309365 or 771036. OLE color: 771036.

HSL color Cylindrical-coordinate representation of color #DCC30B: hue angle of 52.82º 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 #DCC30B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 11 -
CMYK 0 0.11 0.95 0.14
HSL 52.82º 0.9% 0.45% -
HSV(B) 52.82º 0.95% 0.86% -
XYZ 49.09 54.27 8.2 -
YUV 181.5 31.78 155.46 -
System Red Green Blue C M Y K H S L
Decimal 220 195 11 0 0.11 0.95 0.14 52.82 0.9 0.45
Hex DC C3 B 0 B 5F E 35 5A 2D
Octal 334 303 13 0 13 137 16 65 132 55
Binary 11011100 11000011 1011 0 1011 1011111 1110 110101 1011010 101101

Color Harmonies of #DCC30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC30B

Black with #DCC30B

Text Example


Text Example

White with #DCC30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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