Html Css Color HEX #CDC428 Barberry

📋 copy color: '#CDC428'

red 205 ◦ green 196 ◦ blue 40

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

Shades of Barberry #CDC428

Tints of Barberry #CDC428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.07%

R = 46.49%
G = 44.44%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDC428 (or 0xCDC428) is known color: Barberry. HEX triplet: CD, C4 and 28. RGB value is (205,196,40). Sum of RGB (Red+Green+Blue) = 205+196+40=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC428 is #323BD7. Grayscale: #B5B5B5. Windows color (decimal): -3292120 or 2671821. OLE color: 2671821.

HSL color Cylindrical-coordinate representation of color #CDC428: hue angle of 56.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDC428 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 196 40 -
CMYK 0 0.04 0.80 0.20
HSL 56.73º 0.67% 0.48% -
HSV(B) 56.73º 0.8% 0.8% -
XYZ 45.3 52.61 9.78 -
YUV 180.91 48.48 145.18 -
System Red Green Blue C M Y K H S L
Decimal 205 196 40 0 0.04 0.80 0.20 56.73 0.67 0.48
Hex CD C4 28 0 4 50 14 39 43 30
Octal 315 304 50 0 4 120 24 71 103 60
Binary 11001101 11000100 101000 0 100 1010000 10100 111001 1000011 110000

Color Harmonies of #CDC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC428

Black with #CDC428

Text Example


Text Example

White with #CDC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC428; }

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

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

background-color css

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

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

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

border-color css

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

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

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