Html Css Color HEX #D5CF1D Barberry

📋 copy color: '#D5CF1D'

red 213 ◦ green 207 ◦ blue 29

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

Shades of Barberry #D5CF1D

Tints of Barberry #D5CF1D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.1%

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

R = 47.44%
G = 46.1%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5CF1D (or 0xD5CF1D) is known color: Barberry. HEX triplet: D5, CF and 1D. RGB value is (213,207,29). Sum of RGB (Red+Green+Blue) = 213+207+29=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF1D is #2A30E2. Grayscale: #BDBDBD. Windows color (decimal): -2765027 or 1953749. OLE color: 1953749.

HSL color Cylindrical-coordinate representation of color #D5CF1D: hue angle of 58.04º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5CF1D is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 207 29 -
CMYK 0 0.03 0.86 0.16
HSL 58.04º 0.76% 0.47% -
HSV(B) 58.04º 0.86% 0.84% -
XYZ 49.98 58.86 9.89 -
YUV 188.5 37.99 145.47 -
System Red Green Blue C M Y K H S L
Decimal 213 207 29 0 0.03 0.86 0.16 58.04 0.76 0.47
Hex D5 CF 1D 0 3 56 10 3A 4C 2F
Octal 325 317 35 0 3 126 20 72 114 57
Binary 11010101 11001111 11101 0 11 1010110 10000 111010 1001100 101111

Color Harmonies of #D5CF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF1D

Black with #D5CF1D

Text Example


Text Example

White with #D5CF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF1D; }

 p { color: rgb(213,207,29); }

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

background-color css

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

 a { background-color: rgb(213,207,29); }

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

border-color css

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

 span { border-color: rgb(213,207,29); }

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