Html Css Color HEX #CDC71E Barberry

📋 copy color: '#CDC71E'

red 205 ◦ green 199 ◦ blue 30

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

Shades of Barberry #CDC71E

Tints of Barberry #CDC71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.91%

R = 47.24%
G = 45.85%
B = 6.91%

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

#CDC71E (or 0xCDC71E) is known color: Barberry. HEX triplet: CD, C7 and 1E. RGB value is (205,199,30). Sum of RGB (Red+Green+Blue) = 205+199+30=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC71E is #3238E1. Grayscale: #B6B6B6. Windows color (decimal): -3291362 or 2017229. OLE color: 2017229.

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

Color convert

RGB 205 199 30 -
CMYK 0 0.03 0.85 0.20
HSL 57.94º 0.74% 0.46% -
HSV(B) 57.94º 0.85% 0.8% -
XYZ 45.83 53.92 9.22 -
YUV 181.53 42.49 144.74 -
System Red Green Blue C M Y K H S L
Decimal 205 199 30 0 0.03 0.85 0.20 57.94 0.74 0.46
Hex CD C7 1E 0 3 55 14 3A 4A 2E
Octal 315 307 36 0 3 125 24 72 112 56
Binary 11001101 11000111 11110 0 11 1010101 10100 111010 1001010 101110

Color Harmonies of #CDC71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC71E

Black with #CDC71E

Text Example


Text Example

White with #CDC71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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