Html Css Color HEX #D0C321 Barberry

📋 copy color: '#D0C321'

red 208 ◦ green 195 ◦ blue 33

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

Shades of Barberry #D0C321

Tints of Barberry #D0C321

RGB

 RED value IS 208 (81.64% from 255) = 47.71%

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

 BLUE value IS 33 (13.28% from 255) = 7.57%

R = 47.71%
G = 44.72%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0C321 (or 0xD0C321) is known color: Barberry. HEX triplet: D0, C3 and 21. RGB value is (208,195,33). Sum of RGB (Red+Green+Blue) = 208+195+33=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C321 is #2F3CDE. Grayscale: #B5B5B5. Windows color (decimal): -3095775 or 2212816. OLE color: 2212816.

HSL color Cylindrical-coordinate representation of color #D0C321: hue angle of 55.54º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0C321 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 195 33 -
CMYK 0 0.06 0.84 0.18
HSL 55.54º 0.73% 0.47% -
HSV(B) 55.54º 0.84% 0.82% -
XYZ 45.8 52.55 9.17 -
YUV 180.42 44.81 147.67 -
System Red Green Blue C M Y K H S L
Decimal 208 195 33 0 0.06 0.84 0.18 55.54 0.73 0.47
Hex D0 C3 21 0 6 54 12 38 49 2F
Octal 320 303 41 0 6 124 22 70 111 57
Binary 11010000 11000011 100001 0 110 1010100 10010 111000 1001001 101111

Color Harmonies of #D0C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C321

Black with #D0C321

Text Example


Text Example

White with #D0C321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C321; }

 p { color: rgb(208,195,33); }

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

background-color css

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

 a { background-color: rgb(208,195,33); }

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

border-color css

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

 span { border-color: rgb(208,195,33); }

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