Html Css Color HEX #DCD01D Barberry

📋 copy color: '#DCD01D'

red 220 ◦ green 208 ◦ blue 29

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

Shades of Barberry #DCD01D

Tints of Barberry #DCD01D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.51%

 BLUE value IS 29 (11.72% from 255) = 6.35%

R = 48.14%
G = 45.51%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCD01D (or 0xDCD01D) is known color: Barberry. HEX triplet: DC, D0 and 1D. RGB value is (220,208,29). Sum of RGB (Red+Green+Blue) = 220+208+29=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 29 (11.72% from 255 or 6.35% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD01D is #232FE2. Grayscale: #BFBFBF. Windows color (decimal): -2306019 or 1954012. OLE color: 1954012.

HSL color Cylindrical-coordinate representation of color #DCD01D: hue angle of 56.23º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCD01D is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 29 -
CMYK 0 0.05 0.87 0.14
HSL 56.23º 0.77% 0.49% -
HSV(B) 56.23º 0.87% 0.86% -
XYZ 52.29 60.42 10.07 -
YUV 191.18 36.48 148.55 -
System Red Green Blue C M Y K H S L
Decimal 220 208 29 0 0.05 0.87 0.14 56.23 0.77 0.49
Hex DC D0 1D 0 5 57 E 38 4D 31
Octal 334 320 35 0 5 127 16 70 115 61
Binary 11011100 11010000 11101 0 101 1010111 1110 111000 1001101 110001

Color Harmonies of #DCD01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD01D

Black with #DCD01D

Text Example


Text Example

White with #DCD01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD01D; }

 p { color: rgb(220,208,29); }

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

background-color css

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

 a { background-color: rgb(220,208,29); }

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

border-color css

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

 span { border-color: rgb(220,208,29); }

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