Html Css Color HEX #CDC71C Barberry

📋 copy color: '#CDC71C'

red 205 ◦ green 199 ◦ blue 28

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

Shades of Barberry #CDC71C

Tints of Barberry #CDC71C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.06%

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

R = 47.45%
G = 46.06%
B = 6.48%

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

#CDC71C (or 0xCDC71C) is known color: Barberry. HEX triplet: CD, C7 and 1C. RGB value is (205,199,28). Sum of RGB (Red+Green+Blue) = 205+199+28=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC71C is #3238E3. Grayscale: #B5B5B5. Windows color (decimal): -3291364 or 1886157. OLE color: 1886157.

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

Color convert

RGB 205 199 28 -
CMYK 0 0.03 0.86 0.20
HSL 57.97º 0.76% 0.46% -
HSV(B) 57.97º 0.86% 0.8% -
XYZ 45.81 53.91 9.09 -
YUV 181.3 41.49 144.9 -
System Red Green Blue C M Y K H S L
Decimal 205 199 28 0 0.03 0.86 0.20 57.97 0.76 0.46
Hex CD C7 1C 0 3 56 14 3A 4C 2E
Octal 315 307 34 0 3 126 24 72 114 56
Binary 11001101 11000111 11100 0 11 1010110 10100 111010 1001100 101110

Color Harmonies of #CDC71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC71C

Black with #CDC71C

Text Example


Text Example

White with #CDC71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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