Html Css Color HEX #CDC320 Barberry

📋 copy color: '#CDC320'

red 205 ◦ green 195 ◦ blue 32

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

Shades of Barberry #CDC320

Tints of Barberry #CDC320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.41%

R = 47.45%
G = 45.14%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDC320 (or 0xCDC320) is known color: Barberry. HEX triplet: CD, C3 and 20. RGB value is (205,195,32). Sum of RGB (Red+Green+Blue) = 205+195+32=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC320 is #323CDF. Grayscale: #B4B4B4. Windows color (decimal): -3292384 or 2147277. OLE color: 2147277.

HSL color Cylindrical-coordinate representation of color #CDC320: hue angle of 56.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDC320 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 195 32 -
CMYK 0 0.05 0.84 0.20
HSL 56.53º 0.73% 0.46% -
HSV(B) 56.53º 0.84% 0.8% -
XYZ 44.95 52.11 9.06 -
YUV 179.41 44.81 146.25 -
System Red Green Blue C M Y K H S L
Decimal 205 195 32 0 0.05 0.84 0.20 56.53 0.73 0.46
Hex CD C3 20 0 5 54 14 39 49 2E
Octal 315 303 40 0 5 124 24 71 111 56
Binary 11001101 11000011 100000 0 101 1010100 10100 111001 1001001 101110

Color Harmonies of #CDC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC320

Black with #CDC320

Text Example


Text Example

White with #CDC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC320; }

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

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

background-color css

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

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

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

border-color css

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

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

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