Html Css Color HEX #CDC328 Barberry

📋 copy color: '#CDC328'

red 205 ◦ green 195 ◦ blue 40

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

Shades of Barberry #CDC328

Tints of Barberry #CDC328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.32%

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

R = 46.59%
G = 44.32%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDC328 (or 0xCDC328) is known color: Barberry. HEX triplet: CD, C3 and 28. RGB value is (205,195,40). Sum of RGB (Red+Green+Blue) = 205+195+40=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC328 is #323CD7. Grayscale: #B4B4B4. Windows color (decimal): -3292376 or 2671565. OLE color: 2671565.

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

Color convert

RGB 205 195 40 -
CMYK 0 0.05 0.80 0.20
HSL 56.36º 0.67% 0.48% -
HSV(B) 56.36º 0.8% 0.8% -
XYZ 45.07 52.16 9.7 -
YUV 180.32 48.81 145.6 -
System Red Green Blue C M Y K H S L
Decimal 205 195 40 0 0.05 0.80 0.20 56.36 0.67 0.48
Hex CD C3 28 0 5 50 14 38 43 30
Octal 315 303 50 0 5 120 24 70 103 60
Binary 11001101 11000011 101000 0 101 1010000 10100 111000 1000011 110000

Color Harmonies of #CDC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC328

Black with #CDC328

Text Example


Text Example

White with #CDC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC328; }

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

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

background-color css

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

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

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

border-color css

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

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

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