Html Css Color HEX #CDC61C Barberry

📋 copy color: '#CDC61C'

red 205 ◦ green 198 ◦ blue 28

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

Shades of Barberry #CDC61C

Tints of Barberry #CDC61C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.94%

 BLUE value IS 28 (11.33% from 255) = 6.5%

R = 47.56%
G = 45.94%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CDC61C (or 0xCDC61C) is known color: Barberry. HEX triplet: CD, C6 and 1C. RGB value is (205,198,28). Sum of RGB (Red+Green+Blue) = 205+198+28=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC61C is #3239E3. Grayscale: #B5B5B5. Windows color (decimal): -3291620 or 1885901. OLE color: 1885901.

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

Color convert

RGB 205 198 28 -
CMYK 0 0.03 0.86 0.20
HSL 57.63º 0.76% 0.46% -
HSV(B) 57.63º 0.86% 0.8% -
XYZ 45.58 53.45 9.01 -
YUV 180.71 41.82 145.32 -
System Red Green Blue C M Y K H S L
Decimal 205 198 28 0 0.03 0.86 0.20 57.63 0.76 0.46
Hex CD C6 1C 0 3 56 14 3A 4C 2E
Octal 315 306 34 0 3 126 24 72 114 56
Binary 11001101 11000110 11100 0 11 1010110 10100 111010 1001100 101110

Color Harmonies of #CDC61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC61C

Black with #CDC61C

Text Example


Text Example

White with #CDC61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC61C; }

 p { color: rgb(205,198,28); }

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

background-color css

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

 a { background-color: rgb(205,198,28); }

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

border-color css

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

 span { border-color: rgb(205,198,28); }

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