Html Css Color HEX #CDC020 Barberry

📋 copy color: '#CDC020'

red 205 ◦ green 192 ◦ blue 32

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

Shades of Barberry #CDC020

Tints of Barberry #CDC020

RGB

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

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

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

R = 47.79%
G = 44.76%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDC020 (or 0xCDC020) is known color: Barberry. HEX triplet: CD, C0 and 20. RGB value is (205,192,32). Sum of RGB (Red+Green+Blue) = 205+192+32=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC020 is #323FDF. Grayscale: #B2B2B2. Windows color (decimal): -3293152 or 2146509. OLE color: 2146509.

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

Color convert

RGB 205 192 32 -
CMYK 0 0.06 0.84 0.20
HSL 55.49º 0.73% 0.46% -
HSV(B) 55.49º 0.84% 0.8% -
XYZ 44.29 50.78 8.83 -
YUV 177.65 45.81 147.51 -
System Red Green Blue C M Y K H S L
Decimal 205 192 32 0 0.06 0.84 0.20 55.49 0.73 0.46
Hex CD C0 20 0 6 54 14 37 49 2E
Octal 315 300 40 0 6 124 24 67 111 56
Binary 11001101 11000000 100000 0 110 1010100 10100 110111 1001001 101110

Color Harmonies of #CDC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC020

Black with #CDC020

Text Example


Text Example

White with #CDC020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC020; }

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

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

background-color css

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

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

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

border-color css

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

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

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