Html Css Color HEX #D5CF25 Barberry

📋 copy color: '#D5CF25'

red 213 ◦ green 207 ◦ blue 37

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

Shades of Barberry #D5CF25

Tints of Barberry #D5CF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.1%

R = 46.61%
G = 45.3%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D5CF25 (or 0xD5CF25) is known color: Barberry. HEX triplet: D5, CF and 25. RGB value is (213,207,37). Sum of RGB (Red+Green+Blue) = 213+207+37=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF25 is #2A30DA. Grayscale: #BEBEBE. Windows color (decimal): -2765019 or 2478037. OLE color: 2478037.

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

Color convert

RGB 213 207 37 -
CMYK 0 0.03 0.83 0.16
HSL 57.95º 0.7% 0.49% -
HSV(B) 57.95º 0.83% 0.84% -
XYZ 50.09 58.91 10.48 -
YUV 189.41 41.99 144.82 -
System Red Green Blue C M Y K H S L
Decimal 213 207 37 0 0.03 0.83 0.16 57.95 0.7 0.49
Hex D5 CF 25 0 3 53 10 3A 46 31
Octal 325 317 45 0 3 123 20 72 106 61
Binary 11010101 11001111 100101 0 11 1010011 10000 111010 1000110 110001

Color Harmonies of #D5CF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF25

Black with #D5CF25

Text Example


Text Example

White with #D5CF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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