Html Css Color HEX #CDC025 Barberry

📋 copy color: '#CDC025'

red 205 ◦ green 192 ◦ blue 37

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

Shades of Barberry #CDC025

Tints of Barberry #CDC025

RGB

 RED value IS 205 (80.47% from 255) = 47.24%

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

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

R = 47.24%
G = 44.24%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDC025 (or 0xCDC025) is known color: Barberry. HEX triplet: CD, C0 and 25. RGB value is (205,192,37). Sum of RGB (Red+Green+Blue) = 205+192+37=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC025 is #323FDA. Grayscale: #B2B2B2. Windows color (decimal): -3293147 or 2474189. OLE color: 2474189.

HSL color Cylindrical-coordinate representation of color #CDC025: hue angle of 55.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDC025 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 192 37 -
CMYK 0 0.06 0.82 0.20
HSL 55.36º 0.69% 0.47% -
HSV(B) 55.36º 0.82% 0.8% -
XYZ 44.36 50.81 9.22 -
YUV 178.22 48.31 147.1 -
System Red Green Blue C M Y K H S L
Decimal 205 192 37 0 0.06 0.82 0.20 55.36 0.69 0.47
Hex CD C0 25 0 6 52 14 37 45 2F
Octal 315 300 45 0 6 122 24 67 105 57
Binary 11001101 11000000 100101 0 110 1010010 10100 110111 1000101 101111

Color Harmonies of #CDC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC025

Black with #CDC025

Text Example


Text Example

White with #CDC025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC025; }

 p { color: rgb(205,192,37); }

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

background-color css

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

 a { background-color: rgb(205,192,37); }

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

border-color css

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

 span { border-color: rgb(205,192,37); }

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