Html Css Color HEX #CDC022 Barberry

📋 copy color: '#CDC022'

red 205 ◦ green 192 ◦ blue 34

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

Shades of Barberry #CDC022

Tints of Barberry #CDC022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.89%

R = 47.56%
G = 44.55%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CDC022 (or 0xCDC022) is known color: Barberry. HEX triplet: CD, C0 and 22. RGB value is (205,192,34). Sum of RGB (Red+Green+Blue) = 205+192+34=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC022 is #323FDD. Grayscale: #B2B2B2. Windows color (decimal): -3293150 or 2277581. OLE color: 2277581.

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

Color convert

RGB 205 192 34 -
CMYK 0 0.06 0.83 0.20
HSL 55.44º 0.72% 0.47% -
HSV(B) 55.44º 0.83% 0.8% -
XYZ 44.32 50.79 8.98 -
YUV 177.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 205 192 34 0 0.06 0.83 0.20 55.44 0.72 0.47
Hex CD C0 22 0 6 53 14 37 48 2F
Octal 315 300 42 0 6 123 24 67 110 57
Binary 11001101 11000000 100010 0 110 1010011 10100 110111 1001000 101111

Color Harmonies of #CDC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC022

Black with #CDC022

Text Example


Text Example

White with #CDC022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC022; }

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

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

background-color css

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

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

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

border-color css

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

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

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