Html Css Color HEX #D5C02D Barberry

📋 copy color: '#D5C02D'

red 213 ◦ green 192 ◦ blue 45

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

Shades of Barberry #D5C02D

Tints of Barberry #D5C02D

RGB

 RED value IS 213 (83.59% from 255) = 47.33%

 GREEN value IS 192 (75.39% from 255) = 42.67%

 BLUE value IS 45 (17.97% from 255) = 10%

R = 47.33%
G = 42.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5C02D (or 0xD5C02D) is known color: Barberry. HEX triplet: D5, C0 and 2D. RGB value is (213,192,45). Sum of RGB (Red+Green+Blue) = 213+192+45=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C02D is #2A3FD2. Grayscale: #B6B6B6. Windows color (decimal): -2768851 or 2998485. OLE color: 2998485.

HSL color Cylindrical-coordinate representation of color #D5C02D: hue angle of 52.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5C02D is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 192 45 -
CMYK 0 0.10 0.79 0.16
HSL 52.5º 0.67% 0.51% -
HSV(B) 52.5º 0.79% 0.84% -
XYZ 46.76 52.03 10.06 -
YUV 181.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 213 192 45 0 0.10 0.79 0.16 52.5 0.67 0.51
Hex D5 C0 2D 0 A 4F 10 34 43 33
Octal 325 300 55 0 12 117 20 64 103 63
Binary 11010101 11000000 101101 0 1010 1001111 10000 110100 1000011 110011

Color Harmonies of #D5C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C02D

Black with #D5C02D

Text Example


Text Example

White with #D5C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C02D; }

 p { color: rgb(213,192,45); }

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

background-color css

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

 a { background-color: rgb(213,192,45); }

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

border-color css

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

 span { border-color: rgb(213,192,45); }

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