Html Css Color HEX #D5DA0C Barberry

📋 copy color: '#D5DA0C'

red 213 ◦ green 218 ◦ blue 12

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

Shades of Barberry #D5DA0C

Tints of Barberry #D5DA0C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.21%

 BLUE value IS 12 (5.08% from 255) = 2.71%

R = 48.08%
G = 49.21%
B = 2.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D5DA0C (or 0xD5DA0C) is known color: Barberry. HEX triplet: D5, DA and 0C. RGB value is (213,218,12). Sum of RGB (Red+Green+Blue) = 213+218+12=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DA0C is #2A25F3. Grayscale: #C1C1C1. Windows color (decimal): -2762228 or 842453. OLE color: 842453.

HSL color Cylindrical-coordinate representation of color #D5DA0C: hue angle of 61.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5DA0C is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 12 -
CMYK 0.02 0 0.94 0.15
HSL 61.46º 0.9% 0.45% -
HSV(B) 61.46º 0.94% 0.85% -
XYZ 52.58 64.32 9.99 -
YUV 193.02 25.84 142.25 -
System Red Green Blue C M Y K H S L
Decimal 213 218 12 0.02 0 0.94 0.15 61.46 0.9 0.45
Hex D5 DA C 2 0 5E F 3D 5A 2D
Octal 325 332 14 2 0 136 17 75 132 55
Binary 11010101 11011010 1100 10 0 1011110 1111 111101 1011010 101101

Color Harmonies of #D5DA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA0C

Black with #D5DA0C

Text Example


Text Example

White with #D5DA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA0C; }

 p { color: rgb(213,218,12); }

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

background-color css

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

 a { background-color: rgb(213,218,12); }

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

border-color css

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

 span { border-color: rgb(213,218,12); }

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