Html Css Color HEX #CDC425 Barberry

📋 copy color: '#CDC425'

red 205 ◦ green 196 ◦ blue 37

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

Shades of Barberry #CDC425

Tints of Barberry #CDC425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.75%

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

R = 46.8%
G = 44.75%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDC425 (or 0xCDC425) is known color: Barberry. HEX triplet: CD, C4 and 25. RGB value is (205,196,37). Sum of RGB (Red+Green+Blue) = 205+196+37=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC425 is #323BDA. Grayscale: #B5B5B5. Windows color (decimal): -3292123 or 2475213. OLE color: 2475213.

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

Color convert

RGB 205 196 37 -
CMYK 0 0.04 0.82 0.20
HSL 56.79º 0.69% 0.47% -
HSV(B) 56.79º 0.82% 0.8% -
XYZ 45.25 52.59 9.52 -
YUV 180.57 46.98 145.43 -
System Red Green Blue C M Y K H S L
Decimal 205 196 37 0 0.04 0.82 0.20 56.79 0.69 0.47
Hex CD C4 25 0 4 52 14 39 45 2F
Octal 315 304 45 0 4 122 24 71 105 57
Binary 11001101 11000100 100101 0 100 1010010 10100 111001 1000101 101111

Color Harmonies of #CDC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC425

Black with #CDC425

Text Example


Text Example

White with #CDC425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC425; }

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

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

background-color css

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

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

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

border-color css

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

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

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