Html Css Color HEX #CDC919 Barberry

📋 copy color: '#CDC919'

red 205 ◦ green 201 ◦ blue 25

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

Shades of Barberry #CDC919

Tints of Barberry #CDC919

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.64%

 BLUE value IS 25 (10.16% from 255) = 5.8%

R = 47.56%
G = 46.64%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDC919 (or 0xCDC919) is known color: Barberry. HEX triplet: CD, C9 and 19. RGB value is (205,201,25). Sum of RGB (Red+Green+Blue) = 205+201+25=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC919 is #3236E6. Grayscale: #B6B6B6. Windows color (decimal): -3290855 or 1690061. OLE color: 1690061.

HSL color Cylindrical-coordinate representation of color #CDC919: hue angle of 58.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDC919 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 201 25 -
CMYK 0 0.02 0.88 0.20
HSL 58.67º 0.78% 0.45% -
HSV(B) 58.67º 0.88% 0.8% -
XYZ 46.24 54.82 9.06 -
YUV 182.13 39.33 144.31 -
System Red Green Blue C M Y K H S L
Decimal 205 201 25 0 0.02 0.88 0.20 58.67 0.78 0.45
Hex CD C9 19 0 2 58 14 3B 4E 2D
Octal 315 311 31 0 2 130 24 73 116 55
Binary 11001101 11001001 11001 0 10 1011000 10100 111011 1001110 101101

Color Harmonies of #CDC919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC919

Black with #CDC919

Text Example


Text Example

White with #CDC919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC919; }

 p { color: rgb(205,201,25); }

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

background-color css

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

 a { background-color: rgb(205,201,25); }

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

border-color css

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

 span { border-color: rgb(205,201,25); }

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