Html Css Color HEX #CDB626 Barberry

📋 copy color: '#CDB626'

red 205 ◦ green 182 ◦ blue 38

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

Shades of Barberry #CDB626

Tints of Barberry #CDB626

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.82%

 BLUE value IS 38 (15.23% from 255) = 8.94%

R = 48.24%
G = 42.82%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CDB626 (or 0xCDB626) is known color: Barberry. HEX triplet: CD, B6 and 26. RGB value is (205,182,38). Sum of RGB (Red+Green+Blue) = 205+182+38=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB626 is #3249D9. Grayscale: #ADADAD. Windows color (decimal): -3295706 or 2537165. OLE color: 2537165.

HSL color Cylindrical-coordinate representation of color #CDB626: hue angle of 51.74º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDB626 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 182 38 -
CMYK 0 0.11 0.81 0.20
HSL 51.74º 0.69% 0.48% -
HSV(B) 51.74º 0.81% 0.8% -
XYZ 42.25 46.57 8.6 -
YUV 172.46 52.12 151.21 -
System Red Green Blue C M Y K H S L
Decimal 205 182 38 0 0.11 0.81 0.20 51.74 0.69 0.48
Hex CD B6 26 0 B 51 14 34 45 30
Octal 315 266 46 0 13 121 24 64 105 60
Binary 11001101 10110110 100110 0 1011 1010001 10100 110100 1000101 110000

Color Harmonies of #CDB626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB626

Black with #CDB626

Text Example


Text Example

White with #CDB626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB626; }

 p { color: rgb(205,182,38); }

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

background-color css

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

 a { background-color: rgb(205,182,38); }

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

border-color css

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

 span { border-color: rgb(205,182,38); }

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