Html Css Color HEX #D5CC25 Barberry

📋 copy color: '#D5CC25'

red 213 ◦ green 204 ◦ blue 37

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

Shades of Barberry #D5CC25

Tints of Barberry #D5CC25

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.93%

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

R = 46.92%
G = 44.93%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D5CC25 (or 0xD5CC25) is known color: Barberry. HEX triplet: D5, CC and 25. RGB value is (213,204,37). Sum of RGB (Red+Green+Blue) = 213+204+37=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC25 is #2A33DA. Grayscale: #BCBCBC. Windows color (decimal): -2765787 or 2477269. OLE color: 2477269.

HSL color Cylindrical-coordinate representation of color #D5CC25: hue angle of 56.93º 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 #D5CC25 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 37 -
CMYK 0 0.04 0.83 0.16
HSL 56.93º 0.7% 0.49% -
HSV(B) 56.93º 0.83% 0.84% -
XYZ 49.37 57.47 10.24 -
YUV 187.65 42.98 146.08 -
System Red Green Blue C M Y K H S L
Decimal 213 204 37 0 0.04 0.83 0.16 56.93 0.7 0.49
Hex D5 CC 25 0 4 53 10 39 46 31
Octal 325 314 45 0 4 123 20 71 106 61
Binary 11010101 11001100 100101 0 100 1010011 10000 111001 1000110 110001

Color Harmonies of #D5CC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC25

Black with #D5CC25

Text Example


Text Example

White with #D5CC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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