Html Css Color HEX #CDC121 Barberry

📋 copy color: '#CDC121'

red 205 ◦ green 193 ◦ blue 33

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

Shades of Barberry #CDC121

Tints of Barberry #CDC121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.78%

 BLUE value IS 33 (13.28% from 255) = 7.66%

R = 47.56%
G = 44.78%
B = 7.66%

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

#CDC121 (or 0xCDC121) is known color: Barberry. HEX triplet: CD, C1 and 21. RGB value is (205,193,33). Sum of RGB (Red+Green+Blue) = 205+193+33=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC121 is #323EDE. Grayscale: #B3B3B3. Windows color (decimal): -3292895 or 2212301. OLE color: 2212301.

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

Color convert

RGB 205 193 33 -
CMYK 0 0.06 0.84 0.20
HSL 55.81º 0.72% 0.47% -
HSV(B) 55.81º 0.84% 0.8% -
XYZ 44.52 51.23 8.98 -
YUV 178.35 45.98 147.01 -
System Red Green Blue C M Y K H S L
Decimal 205 193 33 0 0.06 0.84 0.20 55.81 0.72 0.47
Hex CD C1 21 0 6 54 14 38 48 2F
Octal 315 301 41 0 6 124 24 70 110 57
Binary 11001101 11000001 100001 0 110 1010100 10100 111000 1001000 101111

Color Harmonies of #CDC121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC121

Black with #CDC121

Text Example


Text Example

White with #CDC121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC121; }

 p { color: rgb(205,193,33); }

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

background-color css

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

 a { background-color: rgb(205,193,33); }

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

border-color css

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

 span { border-color: rgb(205,193,33); }

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