Html Css Color HEX #CDC61D Barberry

📋 copy color: '#CDC61D'

red 205 ◦ green 198 ◦ blue 29

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

Shades of Barberry #CDC61D

Tints of Barberry #CDC61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.71%

R = 47.45%
G = 45.83%
B = 6.71%

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

#CDC61D (or 0xCDC61D) is known color: Barberry. HEX triplet: CD, C6 and 1D. RGB value is (205,198,29). Sum of RGB (Red+Green+Blue) = 205+198+29=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC61D is #3239E2. Grayscale: #B5B5B5. Windows color (decimal): -3291619 or 1951437. OLE color: 1951437.

HSL color Cylindrical-coordinate representation of color #CDC61D: hue angle of 57.61º degrees, saturation: 0.75, 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 #CDC61D is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 198 29 -
CMYK 0 0.03 0.86 0.20
HSL 57.61º 0.75% 0.46% -
HSV(B) 57.61º 0.86% 0.8% -
XYZ 45.59 53.46 9.08 -
YUV 180.83 42.32 145.24 -
System Red Green Blue C M Y K H S L
Decimal 205 198 29 0 0.03 0.86 0.20 57.61 0.75 0.46
Hex CD C6 1D 0 3 56 14 3A 4B 2E
Octal 315 306 35 0 3 126 24 72 113 56
Binary 11001101 11000110 11101 0 11 1010110 10100 111010 1001011 101110

Color Harmonies of #CDC61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC61D

Black with #CDC61D

Text Example


Text Example

White with #CDC61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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