Html Css Color HEX #CBDB6B Goldenrod

📋 copy color: '#CBDB6B'

red 203 ◦ green 219 ◦ blue 107

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

Shades of Goldenrod #CBDB6B

Tints of Goldenrod #CBDB6B

RGB

 RED value IS 203 (79.69% from 255) = 38.37%

 GREEN value IS 219 (85.94% from 255) = 41.4%

 BLUE value IS 107 (42.19% from 255) = 20.23%

R = 38.37%
G = 41.4%
B = 20.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#CBDB6B (or 0xCBDB6B) is known color: Goldenrod. HEX triplet: CB, DB and 6B. RGB value is (203,219,107). Sum of RGB (Red+Green+Blue) = 203+219+107=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB6B is #342494. Grayscale: #C9C9C9. Windows color (decimal): -3417237 or 7068619. OLE color: 7068619.

HSL color Cylindrical-coordinate representation of color #CBDB6B: hue angle of 68.57º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBDB6B is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 219 107 -
CMYK 0.07 0 0.51 0.14
HSL 68.57º 0.61% 0.64% -
HSV(B) 68.57º 0.51% 0.86% -
XYZ 52.61 64.42 23.57 -
YUV 201.45 74.7 129.11 -
System Red Green Blue C M Y K H S L
Decimal 203 219 107 0.07 0 0.51 0.14 68.57 0.61 0.64
Hex CB DB 6B 7 0 33 E 45 3D 40
Octal 313 333 153 7 0 63 16 105 75 100
Binary 11001011 11011011 1101011 111 0 110011 1110 1000101 111101 1000000

Color Harmonies of #CBDB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDB6B

Black with #CBDB6B

Text Example


Text Example

White with #CBDB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDB6B; }

 p { color: rgb(203,219,107); }

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

background-color css

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

 a { background-color: rgb(203,219,107); }

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

border-color css

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

 span { border-color: rgb(203,219,107); }

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