Html Css Color HEX #CDC61F Barberry

📋 copy color: '#CDC61F'

red 205 ◦ green 198 ◦ blue 31

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

Shades of Barberry #CDC61F

Tints of Barberry #CDC61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.14%

R = 47.24%
G = 45.62%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CDC61F (or 0xCDC61F) is known color: Barberry. HEX triplet: CD, C6 and 1F. RGB value is (205,198,31). Sum of RGB (Red+Green+Blue) = 205+198+31=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC61F is #3239E0. Grayscale: #B5B5B5. Windows color (decimal): -3291617 or 2082509. OLE color: 2082509.

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

Color convert

RGB 205 198 31 -
CMYK 0 0.03 0.85 0.20
HSL 57.59º 0.74% 0.46% -
HSV(B) 57.59º 0.85% 0.8% -
XYZ 45.62 53.47 9.21 -
YUV 181.06 43.32 145.08 -
System Red Green Blue C M Y K H S L
Decimal 205 198 31 0 0.03 0.85 0.20 57.59 0.74 0.46
Hex CD C6 1F 0 3 55 14 3A 4A 2E
Octal 315 306 37 0 3 125 24 72 112 56
Binary 11001101 11000110 11111 0 11 1010101 10100 111010 1001010 101110

Color Harmonies of #CDC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC61F

Black with #CDC61F

Text Example


Text Example

White with #CDC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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