Html Css Color HEX #DCC926 Barberry

📋 copy color: '#DCC926'

red 220 ◦ green 201 ◦ blue 38

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

Shades of Barberry #DCC926

Tints of Barberry #DCC926

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.79%

 BLUE value IS 38 (15.23% from 255) = 8.28%

R = 47.93%
G = 43.79%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCC926 (or 0xDCC926) is known color: Barberry. HEX triplet: DC, C9 and 26. RGB value is (220,201,38). Sum of RGB (Red+Green+Blue) = 220+201+38=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 38 (15.23% from 255 or 8.28% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC926 is #2336D9. Grayscale: #BCBCBC. Windows color (decimal): -2307802 or 2542044. OLE color: 2542044.

HSL color Cylindrical-coordinate representation of color #DCC926: hue angle of 53.74º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCC926 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 38 -
CMYK 0 0.09 0.83 0.14
HSL 53.74º 0.72% 0.51% -
HSV(B) 53.74º 0.83% 0.86% -
XYZ 50.75 57.13 10.19 -
YUV 188.1 43.29 150.75 -
System Red Green Blue C M Y K H S L
Decimal 220 201 38 0 0.09 0.83 0.14 53.74 0.72 0.51
Hex DC C9 26 0 9 53 E 36 48 33
Octal 334 311 46 0 11 123 16 66 110 63
Binary 11011100 11001001 100110 0 1001 1010011 1110 110110 1001000 110011

Color Harmonies of #DCC926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC926

Black with #DCC926

Text Example


Text Example

White with #DCC926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC926; }

 p { color: rgb(220,201,38); }

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

background-color css

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

 a { background-color: rgb(220,201,38); }

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

border-color css

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

 span { border-color: rgb(220,201,38); }

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